Shades of Jazz #602B32
Tints of Jazz #602B32
RGB
CMYK
RGB Variations
Color information
#602B32 (or 0x602B32) is known color: Jazz. HEX triplet: 60, 2B and 32. RGB value is (96,43,50). Sum of RGB (Red+Green+Blue) = 96+43+50=189 (25% of max value = 765). Red value is 96 (37.89% from 255 or 50.79% from 189); Green value is 43 (17.19% from 255 or 22.75% from 189); Blue value is 50 (19.92% from 255 or 26.46% from 189); Max value from RGB is 96 - color contains mainly: red. Hex color #602B32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602B32 is #9FD4CD. Grayscale: #3B3B3B. Windows color (decimal): -10474702 or 3287904. OLE color: 3287904.
HSL color Cylindrical-coordinate representation of color #602B32: hue angle of 352.08º degrees, saturation: 0.38, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #602B32 is Cyan = 0, Magento = 0.55, Yellow = 0.48 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 43 | 50 | - |
| CMYK | 0 | 0.55 | 0.48 | 0.62 |
| HSL | 352.08º | 0.38% | 0.27% | - |
| HSV(B) | 352.08º | 0.55% | 0.38% | - |
| XYZ | 6.26 | 4.44 | 3.55 | - |
| YUV | 59.65 | 122.56 | 153.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 43 | 50 | 0 | 0.55 | 0.48 | 0.62 | 352.08 | 0.38 | 0.27 |
| Hex | 60 | 2B | 32 | 0 | 37 | 30 | 3E | 160 | 26 | 1B |
| Octal | 140 | 53 | 62 | 0 | 67 | 60 | 76 | 540 | 46 | 33 |
| Binary | 1100000 | 101011 | 110010 | 0 | 110111 | 110000 | 111110 | 101100000 | 100110 | 11011 |
Color Harmonies of #602B32
Complementary color
Monochromatic Colors of #602B32
Black with #602B32
Text Example
Text Example
White with #602B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602B32; }
p { color: rgb(96,43,50); }
H1.HeaderClassName
{
color: #602B32;
}
.AnyTagClassName
{
color: #602B32;
}
</style>
background-color css
<style>
a { background-color: #602B32; }
a { background-color: rgb(96,43,50); }
div.DivClassName
{
background-color: #602B32;
}
.BgClassName
{
background-color: #602B32;
}
</style>
border-color css
<style>
span { border-color: #602B32; }
span { border-color: rgb(96,43,50); }
td.TdClassName
{
border-color: #602B32;
}
.TagClassName
{
border-color: #602B32;
}
</style>