Shades of Dark Slate Grey #245353
Tints of Dark Slate Grey #245353
RGB
CMYK
RGB Variations
Color information
#245353 (or 0x245353) is known color: Dark Slate Grey. HEX triplet: 24, 53 and 53. RGB value is (36,83,83). Sum of RGB (Red+Green+Blue) = 36+83+83=202 (26% of max value = 765). Red value is 36 (14.45% from 255 or 17.82% from 202); Green value is 83 (32.81% from 255 or 41.09% from 202); Blue value is 83 (32.81% from 255 or 41.09% from 202); Max value from RGB is 83 - color contains mainly: green, blue. Hex color #245353 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245353 is #DBACAC. Grayscale: #444444. Windows color (decimal): -14396589 or 5460772. OLE color: 5460772.
HSL color Cylindrical-coordinate representation of color #245353: hue angle of 180º 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 #245353 is Cyan = 0.57, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 36 | 83 | 83 | - |
| CMYK | 0.57 | 0 | 0 | 0.67 |
| HSL | 180º | 0.39% | 0.23% | - |
| HSV(B) | 180º | 0.57% | 0.33% | - |
| XYZ | 5.38 | 7.19 | 9.29 | - |
| YUV | 68.95 | 135.93 | 104.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 83 | 83 | 0.57 | 0 | 0 | 0.67 | 180 | 0.39 | 0.23 |
| Hex | 24 | 53 | 53 | 39 | 0 | 0 | 43 | B4 | 27 | 17 |
| Octal | 44 | 123 | 123 | 71 | 0 | 0 | 103 | 264 | 47 | 27 |
| Binary | 100100 | 1010011 | 1010011 | 111001 | 0 | 0 | 1000011 | 10110100 | 100111 | 10111 |
Color Harmonies of #245353
Complementary color
Monochromatic Colors of #245353
Black with #245353
Text Example
Text Example
White with #245353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245353; }
p { color: rgb(36,83,83); }
H1.HeaderClassName
{
color: #245353;
}
.AnyTagClassName
{
color: #245353;
}
</style>
background-color css
<style>
a { background-color: #245353; }
a { background-color: rgb(36,83,83); }
div.DivClassName
{
background-color: #245353;
}
.BgClassName
{
background-color: #245353;
}
</style>
border-color css
<style>
span { border-color: #245353; }
span { border-color: rgb(36,83,83); }
td.TdClassName
{
border-color: #245353;
}
.TagClassName
{
border-color: #245353;
}
</style>