Html Css Color HEX #602F37 Jazz

📋 copy color: '#602F37'

red 96 ◦ green 47 ◦ blue 55

#602F37
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jazz #602F37

Tints of Jazz #602F37

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 value IS 0

 M value IS 0.51

 Y value IS 0.43

 K value IS 0.62

RGB Variations

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

Color information

#602F37 (or 0x602F37) is known color: 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

RGB 96 47 55 -
CMYK 0 0.51 0.43 0.62
HSL 350.2º 0.34% 0.28% -
HSV(B) 350.2º 0.51% 0.38% -
XYZ 6.53 4.8 4.2 -
YUV 62.56 123.73 151.85 -
System Red Green Blue C M Y K H S L
Decimal 96 47 55 0 0.51 0.43 0.62 350.2 0.34 0.28
Hex 60 2F 37 0 33 2B 3E 15E 22 1C
Octal 140 57 67 0 63 53 76 536 42 34
Binary 1100000 101111 110111 0 110011 101011 111110 101011110 100010 11100

Color Harmonies of #602F37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602F37

Black with #602F37

Text Example


Text Example

White with #602F37

Text Example


Text Example

HTML Codes & Css Web 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>