Shades of Jazz #602D30
Tints of Jazz #602D30
RGB
CMYK
RGB Variations
Color information
#602D30 (or 0x602D30) is known color: Jazz. HEX triplet: 60, 2D and 30. RGB value is (96,45,48). Sum of RGB (Red+Green+Blue) = 96+45+48=189 (25% of max value = 765). Red value is 96 (37.89% from 255 or 50.79% from 189); Green value is 45 (17.97% from 255 or 23.81% from 189); Blue value is 48 (19.14% from 255 or 25.40% from 189); Max value from RGB is 96 - color contains mainly: red. Hex color #602D30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602D30 is #9FD2CF. Grayscale: #3C3C3C. Windows color (decimal): -10474192 or 3157344. OLE color: 3157344.
HSL color Cylindrical-coordinate representation of color #602D30: hue angle of 356.47º degrees, saturation: 0.36, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #602D30 is Cyan = 0, Magento = 0.53, Yellow = 0.50 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 45 | 48 | - |
| CMYK | 0 | 0.53 | 0.50 | 0.62 |
| HSL | 356.47º | 0.36% | 0.28% | - |
| HSV(B) | 356.47º | 0.53% | 0.38% | - |
| XYZ | 6.3 | 4.58 | 3.35 | - |
| YUV | 60.59 | 120.9 | 153.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 45 | 48 | 0 | 0.53 | 0.50 | 0.62 | 356.47 | 0.36 | 0.28 |
| Hex | 60 | 2D | 30 | 0 | 35 | 32 | 3E | 164 | 24 | 1C |
| Octal | 140 | 55 | 60 | 0 | 65 | 62 | 76 | 544 | 44 | 34 |
| Binary | 1100000 | 101101 | 110000 | 0 | 110101 | 110010 | 111110 | 101100100 | 100100 | 11100 |
Color Harmonies of #602D30
Complementary color
Monochromatic Colors of #602D30
Black with #602D30
Text Example
Text Example
White with #602D30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602D30; }
p { color: rgb(96,45,48); }
H1.HeaderClassName
{
color: #602D30;
}
.AnyTagClassName
{
color: #602D30;
}
</style>
background-color css
<style>
a { background-color: #602D30; }
a { background-color: rgb(96,45,48); }
div.DivClassName
{
background-color: #602D30;
}
.BgClassName
{
background-color: #602D30;
}
</style>
border-color css
<style>
span { border-color: #602D30; }
span { border-color: rgb(96,45,48); }
td.TdClassName
{
border-color: #602D30;
}
.TagClassName
{
border-color: #602D30;
}
</style>