#602D31

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

Shades of Jazz #602D31

Tints of Jazz #602D31

Color information

#602D31 (or 0x602D31) is unknown color: approx Jazz. HEX triplet: 60, 2D and 31. RGB value is (96,45,49). Sum of RGB (Red+Green+Blue) = 96+45+49=190 (25% of max value = 765). Red value is 96 (37.89% from 255 or 50.53% from 190); Green value is 45 (17.97% from 255 or 23.68% from 190); Blue value is 49 (19.53% from 255 or 25.79% from 190); Max value from RGB is 96 - color contains mainly: red. Hex color #602D31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602D31 is #9FD2CE. Grayscale: #3C3C3C. Windows color (decimal): -10474191 or 3222880. OLE color: 3222880.

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

Color convert

RGB964549-
CMYK00.530.490.62
HSL355.29º36.17%27.65%-
HSV(B)355.29º53.12%37.65%-
XYZ6.324.593.46-
YUV60.7121.4153.17-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 50.53%
GREEN value IS 45 (17.97% from 255) = 23.68%
BLUE value IS 49 (19.53% from 255) = 25.79%
R=50.53%
G=23.68%
B=25.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.49
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96454900.530.490.62355.2936.1727.65
Hex602D31035313E163241c
Octal140556106561765434434
Binary1100000101101110001011010111000111111010110001110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602D31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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