Shades of Dark Slate Grey #245350
Tints of Dark Slate Grey #245350
RGB
CMYK
RGB Variations
Color information
#245350 (or 0x245350) is known color: Dark Slate Grey. HEX triplet: 24, 53 and 50. RGB value is (36,83,80). Sum of RGB (Red+Green+Blue) = 36+83+80=199 (26% of max value = 765). Red value is 36 (14.45% from 255 or 18.09% from 199); Green value is 83 (32.81% from 255 or 41.71% from 199); Blue value is 80 (31.64% from 255 or 40.20% from 199); Max value from RGB is 83 - color contains mainly: green. Hex color #245350 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245350 is #DBACAF. Grayscale: #444444. Windows color (decimal): -14396592 or 5264164. OLE color: 5264164.
HSL color Cylindrical-coordinate representation of color #245350: hue angle of 176.17º 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 #245350 is Cyan = 0.57, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 36 | 83 | 80 | - |
| CMYK | 0.57 | 0 | 0.04 | 0.67 |
| HSL | 176.17º | 0.39% | 0.23% | - |
| HSV(B) | 176.17º | 0.57% | 0.33% | - |
| XYZ | 5.27 | 7.14 | 8.69 | - |
| YUV | 68.61 | 134.43 | 104.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 83 | 80 | 0.57 | 0 | 0.04 | 0.67 | 176.17 | 0.39 | 0.23 |
| Hex | 24 | 53 | 50 | 39 | 0 | 4 | 43 | B0 | 27 | 17 |
| Octal | 44 | 123 | 120 | 71 | 0 | 4 | 103 | 260 | 47 | 27 |
| Binary | 100100 | 1010011 | 1010000 | 111001 | 0 | 100 | 1000011 | 10110000 | 100111 | 10111 |
Color Harmonies of #245350
Complementary color
Monochromatic Colors of #245350
Black with #245350
Text Example
Text Example
White with #245350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245350; }
p { color: rgb(36,83,80); }
H1.HeaderClassName
{
color: #245350;
}
.AnyTagClassName
{
color: #245350;
}
</style>
background-color css
<style>
a { background-color: #245350; }
a { background-color: rgb(36,83,80); }
div.DivClassName
{
background-color: #245350;
}
.BgClassName
{
background-color: #245350;
}
</style>
border-color css
<style>
span { border-color: #245350; }
span { border-color: rgb(36,83,80); }
td.TdClassName
{
border-color: #245350;
}
.TagClassName
{
border-color: #245350;
}
</style>