#602F37

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

Shades of Jazz #602F37

Tints of Jazz #602F37

Color information

#602F37 (or 0x602F37) is unknown color: approx Jazz. HEX triplet: 60, 2F and 37. RGB value is (96,47,55). Sum of RGB (Red+Green+Blue) = 96+47+55=198 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48.48% from 198); Green value is 47 (18.75% from 255 or 23.74% from 198); Blue value is 55 (21.88% from 255 or 27.78% from 198); Max value from RGB is 96 - color contains mainly: red. Hex color #602F37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602F37 is #9FD0C8. Grayscale: #3E3E3E. Windows color (decimal): -10473673 or 3616608. OLE color: 3616608.

HSL color Cylindrical-coordinate representation of color #602F37: hue angle of 350.2º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #602F37 is Cyan = 0, Magento = 0.51, Yellow = 0.43 and Black (K on CMYK) = 0.62.

Color convert

RGB964755-
CMYK00.510.430.62
HSL350.2º34.27%28.04%-
HSV(B)350.2º51.04%37.65%-
XYZ6.534.84.2-
YUV62.56123.73151.85-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 48.48%
GREEN value IS 47 (18.75% from 255) = 23.74%
BLUE value IS 55 (21.88% from 255) = 27.78%
R=48.48%
G=23.74%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.43
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96475500.510.430.62350.234.2728.04
Hex602F370332B3E15e221c
Octal140576706353765364234
Binary1100000101111110111011001110101111111010101111010001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602F37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,47,55); }

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

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

 a { background-color: rgb(96,47,55); }

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

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

 span { border-color: rgb(96,47,55); }

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