#931360

Color #931360 Jazzberry Jam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazzberry Jam #931360

Tints of Jazzberry Jam #931360

Color information

#931360 (or 0x931360) is unknown color: approx Jazzberry Jam. HEX triplet: 93, 13 and 60. RGB value is (147,19,96). Sum of RGB (Red+Green+Blue) = 147+19+96=262 (34% of max value = 765). Red value is 147 (57.81% from 255 or 56.11% from 262); Green value is 19 (7.81% from 255 or 7.25% from 262); Blue value is 96 (37.89% from 255 or 36.64% from 262); Max value from RGB is 147 - color contains mainly: red. Hex color #931360 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #931360 is #6CEC9F. Grayscale: #414141. Windows color (decimal): -7138464 or 6296467. OLE color: 6296467.

HSL color Cylindrical-coordinate representation of color #931360: hue angle of 323.91º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #931360 is Cyan = 0, Magento = 0.87, Yellow = 0.35 and Black (K on CMYK) = 0.42.

Color convert

RGB1471996-
CMYK00.870.350.42
HSL323.91º77.11%32.55%-
HSV(B)323.91º87.07%57.65%-
XYZ14.387.5111.76-
YUV66.05144.91185.74-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 147 (57.81% from 255) = 56.11%
GREEN value IS 19 (7.81% from 255) = 7.25%
BLUE value IS 96 (37.89% from 255) = 36.64%
R=56.11%
G=7.25%
B=36.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.35
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147199600.870.350.42323.9177.1132.55
Hex931360057232A1444d21
Octal223231400127435250411541
Binary10010011100111100000010101111000111010101010001001001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #931360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #931360; }

 p { color: rgb(147,19,96); }

 H1.HeaderClassName
 {
   color: #931360;
 }
 .AnyTagClassName
 {
   color: #931360;
 }
</style>
background-color css

<style>
 a { background-color: #931360; }

 a { background-color: rgb(147,19,96); }

 div.DivClassName
 {
   background-color: #931360;
 }
 .BgClassName
 {
   background-color: #931360;
 }
</style>
border-color css

<style>
 span { border-color: #931360; }

 span { border-color: rgb(147,19,96); }

 td.TdClassName
 {
   border-color: #931360;
 }
 .TagClassName
 {
   border-color: #931360;
 }
</style>