Shades of Jazz #602E37
Tints of Jazz #602E37
RGB
CMYK
RGB Variations
Color information
#602E37 (or 0x602E37) is known color: Jazz. HEX triplet: 60, 2E and 37. RGB value is (96,46,55). Sum of RGB (Red+Green+Blue) = 96+46+55=197 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48.73% from 197); Green value is 46 (18.36% from 255 or 23.35% from 197); Blue value is 55 (21.88% from 255 or 27.92% from 197); Max value from RGB is 96 - color contains mainly: red. Hex color #602E37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602E37 is #9FD1C8. Grayscale: #3D3D3D. Windows color (decimal): -10473929 or 3616352. OLE color: 3616352.
HSL color Cylindrical-coordinate representation of color #602E37: hue angle of 349.2º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #602E37 is Cyan = 0, Magento = 0.52, Yellow = 0.43 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 46 | 55 | - |
| CMYK | 0 | 0.52 | 0.43 | 0.62 |
| HSL | 349.2º | 0.35% | 0.28% | - |
| HSV(B) | 349.2º | 0.52% | 0.38% | - |
| XYZ | 6.49 | 4.72 | 4.18 | - |
| YUV | 61.98 | 124.07 | 152.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 46 | 55 | 0 | 0.52 | 0.43 | 0.62 | 349.2 | 0.35 | 0.28 |
| Hex | 60 | 2E | 37 | 0 | 34 | 2B | 3E | 15D | 23 | 1C |
| Octal | 140 | 56 | 67 | 0 | 64 | 53 | 76 | 535 | 43 | 34 |
| Binary | 1100000 | 101110 | 110111 | 0 | 110100 | 101011 | 111110 | 101011101 | 100011 | 11100 |
Color Harmonies of #602E37
Complementary color
Monochromatic Colors of #602E37
Black with #602E37
Text Example
Text Example
White with #602E37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602E37; }
p { color: rgb(96,46,55); }
H1.HeaderClassName
{
color: #602E37;
}
.AnyTagClassName
{
color: #602E37;
}
</style>
background-color css
<style>
a { background-color: #602E37; }
a { background-color: rgb(96,46,55); }
div.DivClassName
{
background-color: #602E37;
}
.BgClassName
{
background-color: #602E37;
}
</style>
border-color css
<style>
span { border-color: #602E37; }
span { border-color: rgb(96,46,55); }
td.TdClassName
{
border-color: #602E37;
}
.TagClassName
{
border-color: #602E37;
}
</style>