Shades of Jazz #5F3138
Tints of Jazz #5F3138
RGB
CMYK
RGB Variations
Color information
#5F3138 (or 0x5F3138) is known color: Jazz. HEX triplet: 5F, 31 and 38. RGB value is (95,49,56). Sum of RGB (Red+Green+Blue) = 95+49+56=200 (26% of max value = 765). Red value is 95 (37.5% from 255 or 47.5% from 200); Green value is 49 (19.53% from 255 or 24.5% from 200); Blue value is 56 (22.27% from 255 or 28% from 200); Max value from RGB is 95 - color contains mainly: red. Hex color #5F3138 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F3138 is #A0CEC7. Grayscale: #3F3F3F. Windows color (decimal): -10538696 or 3682655. OLE color: 3682655.
HSL color Cylindrical-coordinate representation of color #5F3138: hue angle of 350.87º 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 #5F3138 is Cyan = 0, Magento = 0.48, Yellow = 0.41 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 49 | 56 | - |
| CMYK | 0 | 0.48 | 0.41 | 0.63 |
| HSL | 350.87º | 0.32% | 0.28% | - |
| HSV(B) | 350.87º | 0.48% | 0.37% | - |
| XYZ | 6.53 | 4.92 | 4.35 | - |
| YUV | 63.55 | 123.74 | 150.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 49 | 56 | 0 | 0.48 | 0.41 | 0.63 | 350.87 | 0.32 | 0.28 |
| Hex | 5F | 31 | 38 | 0 | 30 | 29 | 3F | 15F | 20 | 1C |
| Octal | 137 | 61 | 70 | 0 | 60 | 51 | 77 | 537 | 40 | 34 |
| Binary | 1011111 | 110001 | 111000 | 0 | 110000 | 101001 | 111111 | 101011111 | 100000 | 11100 |
Color Harmonies of #5F3138
Complementary color
Monochromatic Colors of #5F3138
Black with #5F3138
Text Example
Text Example
White with #5F3138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F3138; }
p { color: rgb(95,49,56); }
H1.HeaderClassName
{
color: #5F3138;
}
.AnyTagClassName
{
color: #5F3138;
}
</style>
background-color css
<style>
a { background-color: #5F3138; }
a { background-color: rgb(95,49,56); }
div.DivClassName
{
background-color: #5F3138;
}
.BgClassName
{
background-color: #5F3138;
}
</style>
border-color css
<style>
span { border-color: #5F3138; }
span { border-color: rgb(95,49,56); }
td.TdClassName
{
border-color: #5F3138;
}
.TagClassName
{
border-color: #5F3138;
}
</style>