Shades of Jazz #602B35
Tints of Jazz #602B35
RGB
CMYK
RGB Variations
Color information
#602B35 (or 0x602B35) is known color: Jazz. HEX triplet: 60, 2B and 35. RGB value is (96,43,53). Sum of RGB (Red+Green+Blue) = 96+43+53=192 (25% of max value = 765). Red value is 96 (37.89% from 255 or 50% from 192); Green value is 43 (17.19% from 255 or 22.40% from 192); Blue value is 53 (21.09% from 255 or 27.60% from 192); Max value from RGB is 96 - color contains mainly: red. Hex color #602B35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602B35 is #9FD4CA. Grayscale: #3B3B3B. Windows color (decimal): -10474699 or 3484512. OLE color: 3484512.
HSL color Cylindrical-coordinate representation of color #602B35: hue angle of 348.68º 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 #602B35 is Cyan = 0, Magento = 0.55, Yellow = 0.45 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 43 | 53 | - |
| CMYK | 0 | 0.55 | 0.45 | 0.62 |
| HSL | 348.68º | 0.38% | 0.27% | - |
| HSV(B) | 348.68º | 0.55% | 0.38% | - |
| XYZ | 6.33 | 4.47 | 3.9 | - |
| YUV | 59.99 | 124.06 | 153.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 43 | 53 | 0 | 0.55 | 0.45 | 0.62 | 348.68 | 0.38 | 0.27 |
| Hex | 60 | 2B | 35 | 0 | 37 | 2D | 3E | 15D | 26 | 1B |
| Octal | 140 | 53 | 65 | 0 | 67 | 55 | 76 | 535 | 46 | 33 |
| Binary | 1100000 | 101011 | 110101 | 0 | 110111 | 101101 | 111110 | 101011101 | 100110 | 11011 |
Color Harmonies of #602B35
Complementary color
Monochromatic Colors of #602B35
Black with #602B35
Text Example
Text Example
White with #602B35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602B35; }
p { color: rgb(96,43,53); }
H1.HeaderClassName
{
color: #602B35;
}
.AnyTagClassName
{
color: #602B35;
}
</style>
background-color css
<style>
a { background-color: #602B35; }
a { background-color: rgb(96,43,53); }
div.DivClassName
{
background-color: #602B35;
}
.BgClassName
{
background-color: #602B35;
}
</style>
border-color css
<style>
span { border-color: #602B35; }
span { border-color: rgb(96,43,53); }
td.TdClassName
{
border-color: #602B35;
}
.TagClassName
{
border-color: #602B35;
}
</style>