Shades of Dark Slate Grey #23504D
Tints of Dark Slate Grey #23504D
RGB
CMYK
RGB Variations
Color information
#23504D (or 0x23504D) is known color: Dark Slate Grey. HEX triplet: 23, 50 and 4D. RGB value is (35,80,77). Sum of RGB (Red+Green+Blue) = 35+80+77=192 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.23% from 192); Green value is 80 (31.64% from 255 or 41.67% from 192); Blue value is 77 (30.47% from 255 or 40.10% from 192); Max value from RGB is 80 - color contains mainly: green. Hex color #23504D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #23504D is #DCAFB2. Grayscale: #424242. Windows color (decimal): -14462899 or 5066787. OLE color: 5066787.
HSL color Cylindrical-coordinate representation of color #23504D: hue angle of 176º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #23504D is Cyan = 0.56, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 35 | 80 | 77 | - |
| CMYK | 0.56 | 0 | 0.04 | 0.69 |
| HSL | 176º | 0.39% | 0.23% | - |
| HSV(B) | 176º | 0.56% | 0.31% | - |
| XYZ | 4.9 | 6.63 | 8.04 | - |
| YUV | 66.2 | 134.09 | 105.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 80 | 77 | 0.56 | 0 | 0.04 | 0.69 | 176 | 0.39 | 0.23 |
| Hex | 23 | 50 | 4D | 38 | 0 | 4 | 45 | B0 | 27 | 17 |
| Octal | 43 | 120 | 115 | 70 | 0 | 4 | 105 | 260 | 47 | 27 |
| Binary | 100011 | 1010000 | 1001101 | 111000 | 0 | 100 | 1000101 | 10110000 | 100111 | 10111 |
Color Harmonies of #23504D
Complementary color
Monochromatic Colors of #23504D
Black with #23504D
Text Example
Text Example
White with #23504D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23504D; }
p { color: rgb(35,80,77); }
H1.HeaderClassName
{
color: #23504D;
}
.AnyTagClassName
{
color: #23504D;
}
</style>
background-color css
<style>
a { background-color: #23504D; }
a { background-color: rgb(35,80,77); }
div.DivClassName
{
background-color: #23504D;
}
.BgClassName
{
background-color: #23504D;
}
</style>
border-color css
<style>
span { border-color: #23504D; }
span { border-color: rgb(35,80,77); }
td.TdClassName
{
border-color: #23504D;
}
.TagClassName
{
border-color: #23504D;
}
</style>