Shades of Dark Slate Grey #364848
Tints of Dark Slate Grey #364848
RGB
CMYK
RGB Variations
Color information
#364848 (or 0x364848) is known color: Dark Slate Grey. HEX triplet: 36, 48 and 48. RGB value is (54,72,72). Sum of RGB (Red+Green+Blue) = 54+72+72=198 (26% of max value = 765). Red value is 54 (21.48% from 255 or 27.27% from 198); Green value is 72 (28.52% from 255 or 36.36% from 198); Blue value is 72 (28.52% from 255 or 36.36% from 198); Max value from RGB is 72 - color contains mainly: green, blue. Hex color #364848 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #364848 is #C9B7B7. Grayscale: #424242. Windows color (decimal): -13219768 or 4737078. OLE color: 4737078.
HSL color Cylindrical-coordinate representation of color #364848: hue angle of 180º degrees, saturation: 0.14, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #364848 is Cyan = 0.25, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 54 | 72 | 72 | - |
| CMYK | 0.25 | 0 | 0 | 0.72 |
| HSL | 180º | 0.14% | 0.25% | - |
| HSV(B) | 180º | 0.25% | 0.28% | - |
| XYZ | 5.01 | 5.89 | 7 | - |
| YUV | 66.62 | 131.04 | 119 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 72 | 72 | 0.25 | 0 | 0 | 0.72 | 180 | 0.14 | 0.25 |
| Hex | 36 | 48 | 48 | 19 | 0 | 0 | 48 | B4 | E | 19 |
| Octal | 66 | 110 | 110 | 31 | 0 | 0 | 110 | 264 | 16 | 31 |
| Binary | 110110 | 1001000 | 1001000 | 11001 | 0 | 0 | 1001000 | 10110100 | 1110 | 11001 |
Color Harmonies of #364848
Complementary color
Monochromatic Colors of #364848
Black with #364848
Text Example
Text Example
White with #364848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364848; }
p { color: rgb(54,72,72); }
H1.HeaderClassName
{
color: #364848;
}
.AnyTagClassName
{
color: #364848;
}
</style>
background-color css
<style>
a { background-color: #364848; }
a { background-color: rgb(54,72,72); }
div.DivClassName
{
background-color: #364848;
}
.BgClassName
{
background-color: #364848;
}
</style>
border-color css
<style>
span { border-color: #364848; }
span { border-color: rgb(54,72,72); }
td.TdClassName
{
border-color: #364848;
}
.TagClassName
{
border-color: #364848;
}
</style>