Shades of Dark Slate Grey #23524B
Tints of Dark Slate Grey #23524B
RGB
CMYK
RGB Variations
Color information
#23524B (or 0x23524B) is known color: Dark Slate Grey. HEX triplet: 23, 52 and 4B. RGB value is (35,82,75). Sum of RGB (Red+Green+Blue) = 35+82+75=192 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.23% from 192); Green value is 82 (32.42% from 255 or 42.71% from 192); Blue value is 75 (29.69% from 255 or 39.06% from 192); Max value from RGB is 82 - color contains mainly: green. Hex color #23524B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #23524B is #DCADB4. Grayscale: #434343. Windows color (decimal): -14462389 or 4936227. OLE color: 4936227.
HSL color Cylindrical-coordinate representation of color #23524B: hue angle of 171.06º degrees, saturation: 0.4, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #23524B is Cyan = 0.57, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 35 | 82 | 75 | - |
| CMYK | 0.57 | 0 | 0.09 | 0.68 |
| HSL | 171.06º | 0.4% | 0.23% | - |
| HSV(B) | 171.06º | 0.57% | 0.32% | - |
| XYZ | 4.98 | 6.9 | 7.73 | - |
| YUV | 67.15 | 132.43 | 105.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 82 | 75 | 0.57 | 0 | 0.09 | 0.68 | 171.06 | 0.4 | 0.23 |
| Hex | 23 | 52 | 4B | 39 | 0 | 9 | 44 | AB | 28 | 17 |
| Octal | 43 | 122 | 113 | 71 | 0 | 11 | 104 | 253 | 50 | 27 |
| Binary | 100011 | 1010010 | 1001011 | 111001 | 0 | 1001 | 1000100 | 10101011 | 101000 | 10111 |
Color Harmonies of #23524B
Complementary color
Monochromatic Colors of #23524B
Black with #23524B
Text Example
Text Example
White with #23524B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23524B; }
p { color: rgb(35,82,75); }
H1.HeaderClassName
{
color: #23524B;
}
.AnyTagClassName
{
color: #23524B;
}
</style>
background-color css
<style>
a { background-color: #23524B; }
a { background-color: rgb(35,82,75); }
div.DivClassName
{
background-color: #23524B;
}
.BgClassName
{
background-color: #23524B;
}
</style>
border-color css
<style>
span { border-color: #23524B; }
span { border-color: rgb(35,82,75); }
td.TdClassName
{
border-color: #23524B;
}
.TagClassName
{
border-color: #23524B;
}
</style>