#602B31

Color #602B31 Jazz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazz #602B31

Tints of Jazz #602B31

Color information

#602B31 (or 0x602B31) is unknown color: approx Jazz. HEX triplet: 60, 2B and 31. RGB value is (96,43,49). Sum of RGB (Red+Green+Blue) = 96+43+49=188 (24% of max value = 765). Red value is 96 (37.89% from 255 or 51.06% from 188); Green value is 43 (17.19% from 255 or 22.87% from 188); Blue value is 49 (19.53% from 255 or 26.06% from 188); Max value from RGB is 96 - color contains mainly: red. Hex color #602B31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602B31 is #9FD4CE. Grayscale: #3B3B3B. Windows color (decimal): -10474703 or 3222368. OLE color: 3222368.

HSL color Cylindrical-coordinate representation of color #602B31: hue angle of 353.21º degrees, saturation: 0.38, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #602B31 is Cyan = 0, Magento = 0.55, Yellow = 0.49 and Black (K on CMYK) = 0.62.

Color convert

RGB964349-
CMYK00.550.490.62
HSL353.21º38.13%27.25%-
HSV(B)353.21º55.21%37.65%-
XYZ6.244.443.43-
YUV59.53122.06154.01-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 51.06%
GREEN value IS 43 (17.19% from 255) = 22.87%
BLUE value IS 49 (19.53% from 255) = 26.06%
R=51.06%
G=22.87%
B=26.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.49
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96434900.550.490.62353.2138.1327.25
Hex602B31037313E161261b
Octal140536106761765414633
Binary1100000101011110001011011111000111111010110000110011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602B31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602B31; }

 p { color: rgb(96,43,49); }

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

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

 a { background-color: rgb(96,43,49); }

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

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

 span { border-color: rgb(96,43,49); }

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