Shades of Dark Slate Grey #245352
Tints of Dark Slate Grey #245352
RGB
CMYK
RGB Variations
Color information
#245352 (or 0x245352) is known color: Dark Slate Grey. HEX triplet: 24, 53 and 52. RGB value is (36,83,82). Sum of RGB (Red+Green+Blue) = 36+83+82=201 (26% of max value = 765). Red value is 36 (14.45% from 255 or 17.91% from 201); Green value is 83 (32.81% from 255 or 41.29% from 201); Blue value is 82 (32.42% from 255 or 40.80% from 201); Max value from RGB is 83 - color contains mainly: green. Hex color #245352 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245352 is #DBACAD. Grayscale: #444444. Windows color (decimal): -14396590 or 5395236. OLE color: 5395236.
HSL color Cylindrical-coordinate representation of color #245352: hue angle of 178.72º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #245352 is Cyan = 0.57, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 36 | 83 | 82 | - |
| CMYK | 0.57 | 0 | 0.01 | 0.67 |
| HSL | 178.72º | 0.39% | 0.23% | - |
| HSV(B) | 178.72º | 0.57% | 0.33% | - |
| XYZ | 5.34 | 7.17 | 9.09 | - |
| YUV | 68.83 | 135.43 | 104.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 83 | 82 | 0.57 | 0 | 0.01 | 0.67 | 178.72 | 0.39 | 0.23 |
| Hex | 24 | 53 | 52 | 39 | 0 | 1 | 43 | B3 | 27 | 17 |
| Octal | 44 | 123 | 122 | 71 | 0 | 1 | 103 | 263 | 47 | 27 |
| Binary | 100100 | 1010011 | 1010010 | 111001 | 0 | 1 | 1000011 | 10110011 | 100111 | 10111 |
Color Harmonies of #245352
Complementary color
Monochromatic Colors of #245352
Black with #245352
Text Example
Text Example
White with #245352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245352; }
p { color: rgb(36,83,82); }
H1.HeaderClassName
{
color: #245352;
}
.AnyTagClassName
{
color: #245352;
}
</style>
background-color css
<style>
a { background-color: #245352; }
a { background-color: rgb(36,83,82); }
div.DivClassName
{
background-color: #245352;
}
.BgClassName
{
background-color: #245352;
}
</style>
border-color css
<style>
span { border-color: #245352; }
span { border-color: rgb(36,83,82); }
td.TdClassName
{
border-color: #245352;
}
.TagClassName
{
border-color: #245352;
}
</style>