Shades of Jazz #5F3136
Tints of Jazz #5F3136
RGB
CMYK
RGB Variations
Color information
#5F3136 (or 0x5F3136) is known color: Jazz. HEX triplet: 5F, 31 and 36. RGB value is (95,49,54). Sum of RGB (Red+Green+Blue) = 95+49+54=198 (26% of max value = 765). Red value is 95 (37.5% from 255 or 47.98% from 198); Green value is 49 (19.53% from 255 or 24.75% from 198); Blue value is 54 (21.48% from 255 or 27.27% from 198); Max value from RGB is 95 - color contains mainly: red. Hex color #5F3136 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F3136 is #A0CEC9. Grayscale: #3F3F3F. Windows color (decimal): -10538698 or 3551583. OLE color: 3551583.
HSL color Cylindrical-coordinate representation of color #5F3136: hue angle of 353.48º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5F3136 is Cyan = 0, Magento = 0.48, Yellow = 0.43 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 49 | 54 | - |
| CMYK | 0 | 0.48 | 0.43 | 0.63 |
| HSL | 353.48º | 0.32% | 0.28% | - |
| HSV(B) | 353.48º | 0.48% | 0.37% | - |
| XYZ | 6.48 | 4.9 | 4.09 | - |
| YUV | 63.32 | 122.74 | 150.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 49 | 54 | 0 | 0.48 | 0.43 | 0.63 | 353.48 | 0.32 | 0.28 |
| Hex | 5F | 31 | 36 | 0 | 30 | 2B | 3F | 161 | 20 | 1C |
| Octal | 137 | 61 | 66 | 0 | 60 | 53 | 77 | 541 | 40 | 34 |
| Binary | 1011111 | 110001 | 110110 | 0 | 110000 | 101011 | 111111 | 101100001 | 100000 | 11100 |
Color Harmonies of #5F3136
Complementary color
Monochromatic Colors of #5F3136
Black with #5F3136
Text Example
Text Example
White with #5F3136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F3136; }
p { color: rgb(95,49,54); }
H1.HeaderClassName
{
color: #5F3136;
}
.AnyTagClassName
{
color: #5F3136;
}
</style>
background-color css
<style>
a { background-color: #5F3136; }
a { background-color: rgb(95,49,54); }
div.DivClassName
{
background-color: #5F3136;
}
.BgClassName
{
background-color: #5F3136;
}
</style>
border-color css
<style>
span { border-color: #5F3136; }
span { border-color: rgb(95,49,54); }
td.TdClassName
{
border-color: #5F3136;
}
.TagClassName
{
border-color: #5F3136;
}
</style>