Shades of Jazz #602C31
Tints of Jazz #602C31
RGB
CMYK
RGB Variations
Color information
#602C31 (or 0x602C31) is known color: Jazz. HEX triplet: 60, 2C and 31. RGB value is (96,44,49). Sum of RGB (Red+Green+Blue) = 96+44+49=189 (25% of max value = 765). Red value is 96 (37.89% from 255 or 50.79% from 189); Green value is 44 (17.58% from 255 or 23.28% from 189); Blue value is 49 (19.53% from 255 or 25.93% from 189); Max value from RGB is 96 - color contains mainly: red. Hex color #602C31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602C31 is #9FD3CE. Grayscale: #3C3C3C. Windows color (decimal): -10474447 or 3222624. OLE color: 3222624.
HSL color Cylindrical-coordinate representation of color #602C31: hue angle of 354.23º degrees, saturation: 0.37, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #602C31 is Cyan = 0, Magento = 0.54, Yellow = 0.49 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 44 | 49 | - |
| CMYK | 0 | 0.54 | 0.49 | 0.62 |
| HSL | 354.23º | 0.37% | 0.27% | - |
| HSV(B) | 354.23º | 0.54% | 0.38% | - |
| XYZ | 6.28 | 4.51 | 3.45 | - |
| YUV | 60.12 | 121.73 | 153.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 44 | 49 | 0 | 0.54 | 0.49 | 0.62 | 354.23 | 0.37 | 0.27 |
| Hex | 60 | 2C | 31 | 0 | 36 | 31 | 3E | 162 | 25 | 1B |
| Octal | 140 | 54 | 61 | 0 | 66 | 61 | 76 | 542 | 45 | 33 |
| Binary | 1100000 | 101100 | 110001 | 0 | 110110 | 110001 | 111110 | 101100010 | 100101 | 11011 |
Color Harmonies of #602C31
Complementary color
Monochromatic Colors of #602C31
Black with #602C31
Text Example
Text Example
White with #602C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602C31; }
p { color: rgb(96,44,49); }
H1.HeaderClassName
{
color: #602C31;
}
.AnyTagClassName
{
color: #602C31;
}
</style>
background-color css
<style>
a { background-color: #602C31; }
a { background-color: rgb(96,44,49); }
div.DivClassName
{
background-color: #602C31;
}
.BgClassName
{
background-color: #602C31;
}
</style>
border-color css
<style>
span { border-color: #602C31; }
span { border-color: rgb(96,44,49); }
td.TdClassName
{
border-color: #602C31;
}
.TagClassName
{
border-color: #602C31;
}
</style>