Shades of Dark Slate Grey #245452
Tints of Dark Slate Grey #245452
RGB
CMYK
RGB Variations
Color information
#245452 (or 0x245452) is known color: Dark Slate Grey. HEX triplet: 24, 54 and 52. RGB value is (36,84,82). Sum of RGB (Red+Green+Blue) = 36+84+82=202 (26% of max value = 765). Red value is 36 (14.45% from 255 or 17.82% from 202); Green value is 84 (33.20% from 255 or 41.58% from 202); Blue value is 82 (32.42% from 255 or 40.59% from 202); Max value from RGB is 84 - color contains mainly: green. Hex color #245452 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245452 is #DBABAD. Grayscale: #454545. Windows color (decimal): -14396334 or 5395492. OLE color: 5395492.
HSL color Cylindrical-coordinate representation of color #245452: hue angle of 177.5º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #245452 is Cyan = 0.57, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 36 | 84 | 82 | - |
| CMYK | 0.57 | 0 | 0.02 | 0.67 |
| HSL | 177.5º | 0.4% | 0.24% | - |
| HSV(B) | 177.5º | 0.57% | 0.33% | - |
| XYZ | 5.42 | 7.32 | 9.11 | - |
| YUV | 69.42 | 135.1 | 104.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 84 | 82 | 0.57 | 0 | 0.02 | 0.67 | 177.5 | 0.4 | 0.24 |
| Hex | 24 | 54 | 52 | 39 | 0 | 2 | 43 | B2 | 28 | 18 |
| Octal | 44 | 124 | 122 | 71 | 0 | 2 | 103 | 262 | 50 | 30 |
| Binary | 100100 | 1010100 | 1010010 | 111001 | 0 | 10 | 1000011 | 10110010 | 101000 | 11000 |
Color Harmonies of #245452
Complementary color
Monochromatic Colors of #245452
Black with #245452
Text Example
Text Example
White with #245452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245452; }
p { color: rgb(36,84,82); }
H1.HeaderClassName
{
color: #245452;
}
.AnyTagClassName
{
color: #245452;
}
</style>
background-color css
<style>
a { background-color: #245452; }
a { background-color: rgb(36,84,82); }
div.DivClassName
{
background-color: #245452;
}
.BgClassName
{
background-color: #245452;
}
</style>
border-color css
<style>
span { border-color: #245452; }
span { border-color: rgb(36,84,82); }
td.TdClassName
{
border-color: #245452;
}
.TagClassName
{
border-color: #245452;
}
</style>