Html Css Color HEX #602F36 Jazz

📋 copy color: '#602F36'

red 96 ◦ green 47 ◦ blue 54

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

Shades of Jazz #602F36

Tints of Jazz #602F36

RGB

 RED value IS 96 (37.89% from 255) = 48.73%

 GREEN value IS 47 (18.75% from 255) = 23.86%

 BLUE value IS 54 (21.48% from 255) = 27.41%

R = 48.73%
G = 23.86%
B = 27.41%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.44

 K value IS 0.62

RGB Variations

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

Color information

#602F36 (or 0x602F36) is known color: Jazz. HEX triplet: 60, 2F and 36. RGB value is (96,47,54). Sum of RGB (Red+Green+Blue) = 96+47+54=197 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48.73% from 197); Green value is 47 (18.75% from 255 or 23.86% from 197); Blue value is 54 (21.48% from 255 or 27.41% from 197); Max value from RGB is 96 - color contains mainly: red. Hex color #602F36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602F36 is #9FD0C9. Grayscale: #3E3E3E. Windows color (decimal): -10473674 or 3551072. OLE color: 3551072.

HSL color Cylindrical-coordinate representation of color #602F36: hue angle of 351.43º 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 #602F36 is Cyan = 0, Magento = 0.51, Yellow = 0.44 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 47 54 -
CMYK 0 0.51 0.44 0.62
HSL 351.43º 0.34% 0.28% -
HSV(B) 351.43º 0.51% 0.38% -
XYZ 6.51 4.79 4.07 -
YUV 62.45 123.23 151.93 -
System Red Green Blue C M Y K H S L
Decimal 96 47 54 0 0.51 0.44 0.62 351.43 0.34 0.28
Hex 60 2F 36 0 33 2C 3E 15F 22 1C
Octal 140 57 66 0 63 54 76 537 42 34
Binary 1100000 101111 110110 0 110011 101100 111110 101011111 100010 11100

Color Harmonies of #602F36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602F36

Black with #602F36

Text Example


Text Example

White with #602F36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #602F36;
 }
 .AnyTagClassName
 {
   color: #602F36;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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