Html Css Color HEX #602E31 Jazz

📋 copy color: '#602E31'

red 96 ◦ green 46 ◦ blue 49

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

Shades of Jazz #602E31

Tints of Jazz #602E31

RGB

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

 GREEN value IS 46 (18.36% from 255) = 24.08%

 BLUE value IS 49 (19.53% from 255) = 25.65%

R = 50.26%
G = 24.08%
B = 25.65%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.49

 K value IS 0.62

RGB Variations

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

Color information

#602E31 (or 0x602E31) is known color: Jazz. HEX triplet: 60, 2E and 31. RGB value is (96,46,49). Sum of RGB (Red+Green+Blue) = 96+46+49=191 (25% of max value = 765). Red value is 96 (37.89% from 255 or 50.26% from 191); Green value is 46 (18.36% from 255 or 24.08% from 191); Blue value is 49 (19.53% from 255 or 25.65% from 191); Max value from RGB is 96 - color contains mainly: red. Hex color #602E31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602E31 is #9FD1CE. Grayscale: #3D3D3D. Windows color (decimal): -10473935 or 3223136. OLE color: 3223136.

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

Color convert

RGB 96 46 49 -
CMYK 0 0.52 0.49 0.62
HSL 356.4º 0.35% 0.28% -
HSV(B) 356.4º 0.52% 0.38% -
XYZ 6.36 4.66 3.47 -
YUV 61.29 121.07 152.76 -
System Red Green Blue C M Y K H S L
Decimal 96 46 49 0 0.52 0.49 0.62 356.4 0.35 0.28
Hex 60 2E 31 0 34 31 3E 164 23 1C
Octal 140 56 61 0 64 61 76 544 43 34
Binary 1100000 101110 110001 0 110100 110001 111110 101100100 100011 11100

Color Harmonies of #602E31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602E31

Black with #602E31

Text Example


Text Example

White with #602E31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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