Shades of Jazz #602F34
Tints of Jazz #602F34
RGB
CMYK
RGB Variations
Color information
#602F34 (or 0x602F34) is known color: Jazz. HEX triplet: 60, 2F and 34. RGB value is (96,47,52). Sum of RGB (Red+Green+Blue) = 96+47+52=195 (25% of max value = 765). Red value is 96 (37.89% from 255 or 49.23% from 195); Green value is 47 (18.75% from 255 or 24.10% from 195); Blue value is 52 (20.70% from 255 or 26.67% from 195); Max value from RGB is 96 - color contains mainly: red. Hex color #602F34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602F34 is #9FD0CB. Grayscale: #3E3E3E. Windows color (decimal): -10473676 or 3420000. OLE color: 3420000.
HSL color Cylindrical-coordinate representation of color #602F34: hue angle of 353.88º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #602F34 is Cyan = 0, Magento = 0.51, Yellow = 0.46 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 47 | 52 | - |
| CMYK | 0 | 0.51 | 0.46 | 0.62 |
| HSL | 353.88º | 0.34% | 0.28% | - |
| HSV(B) | 353.88º | 0.51% | 0.38% | - |
| XYZ | 6.46 | 4.77 | 3.83 | - |
| YUV | 62.22 | 122.23 | 152.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 47 | 52 | 0 | 0.51 | 0.46 | 0.62 | 353.88 | 0.34 | 0.28 |
| Hex | 60 | 2F | 34 | 0 | 33 | 2E | 3E | 162 | 22 | 1C |
| Octal | 140 | 57 | 64 | 0 | 63 | 56 | 76 | 542 | 42 | 34 |
| Binary | 1100000 | 101111 | 110100 | 0 | 110011 | 101110 | 111110 | 101100010 | 100010 | 11100 |
Color Harmonies of #602F34
Complementary color
Monochromatic Colors of #602F34
Black with #602F34
Text Example
Text Example
White with #602F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602F34; }
p { color: rgb(96,47,52); }
H1.HeaderClassName
{
color: #602F34;
}
.AnyTagClassName
{
color: #602F34;
}
</style>
background-color css
<style>
a { background-color: #602F34; }
a { background-color: rgb(96,47,52); }
div.DivClassName
{
background-color: #602F34;
}
.BgClassName
{
background-color: #602F34;
}
</style>
border-color css
<style>
span { border-color: #602F34; }
span { border-color: rgb(96,47,52); }
td.TdClassName
{
border-color: #602F34;
}
.TagClassName
{
border-color: #602F34;
}
</style>