Shades of Jazz #602B31
Tints of Jazz #602B31
RGB
CMYK
RGB Variations
Color information
#602B31 (or 0x602B31) is known color: Jazz. HEX triplet: 60, 2B and 31. RGB value is (96,43,49). Sum of RGB (Red+Green+Blue) = 96+43+49=188 (24% of max value = 765). Red value is 96 (37.89% from 255 or 51.06% from 188); Green value is 43 (17.19% from 255 or 22.87% from 188); Blue value is 49 (19.53% from 255 or 26.06% from 188); Max value from RGB is 96 - color contains mainly: red. Hex color #602B31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602B31 is #9FD4CE. Grayscale: #3B3B3B. Windows color (decimal): -10474703 or 3222368. OLE color: 3222368.
HSL color Cylindrical-coordinate representation of color #602B31: hue angle of 353.21º 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 #602B31 is Cyan = 0, Magento = 0.55, Yellow = 0.49 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 43 | 49 | - |
| CMYK | 0 | 0.55 | 0.49 | 0.62 |
| HSL | 353.21º | 0.38% | 0.27% | - |
| HSV(B) | 353.21º | 0.55% | 0.38% | - |
| XYZ | 6.24 | 4.44 | 3.43 | - |
| YUV | 59.53 | 122.06 | 154.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 43 | 49 | 0 | 0.55 | 0.49 | 0.62 | 353.21 | 0.38 | 0.27 |
| Hex | 60 | 2B | 31 | 0 | 37 | 31 | 3E | 161 | 26 | 1B |
| Octal | 140 | 53 | 61 | 0 | 67 | 61 | 76 | 541 | 46 | 33 |
| Binary | 1100000 | 101011 | 110001 | 0 | 110111 | 110001 | 111110 | 101100001 | 100110 | 11011 |
Color Harmonies of #602B31
Complementary color
Monochromatic Colors of #602B31
Black with #602B31
Text Example
Text Example
White with #602B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602B31; }
p { color: rgb(96,43,49); }
H1.HeaderClassName
{
color: #602B31;
}
.AnyTagClassName
{
color: #602B31;
}
</style>
background-color css
<style>
a { background-color: #602B31; }
a { background-color: rgb(96,43,49); }
div.DivClassName
{
background-color: #602B31;
}
.BgClassName
{
background-color: #602B31;
}
</style>
border-color css
<style>
span { border-color: #602B31; }
span { border-color: rgb(96,43,49); }
td.TdClassName
{
border-color: #602B31;
}
.TagClassName
{
border-color: #602B31;
}
</style>