Shades of Dark Slate Grey #22514B
Tints of Dark Slate Grey #22514B
RGB
CMYK
RGB Variations
Color information
#22514B (or 0x22514B) is known color: Dark Slate Grey. HEX triplet: 22, 51 and 4B. RGB value is (34,81,75). Sum of RGB (Red+Green+Blue) = 34+81+75=190 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.89% from 190); Green value is 81 (32.03% from 255 or 42.63% from 190); Blue value is 75 (29.69% from 255 or 39.47% from 190); Max value from RGB is 81 - color contains mainly: green. Hex color #22514B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #22514B is #DDAEB4. Grayscale: #424242. Windows color (decimal): -14528181 or 4935970. OLE color: 4935970.
HSL color Cylindrical-coordinate representation of color #22514B: hue angle of 172.34º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #22514B is Cyan = 0.58, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 34 | 81 | 75 | - |
| CMYK | 0.58 | 0 | 0.07 | 0.68 |
| HSL | 172.34º | 0.41% | 0.23% | - |
| HSV(B) | 172.34º | 0.58% | 0.32% | - |
| XYZ | 4.87 | 6.73 | 7.7 | - |
| YUV | 66.26 | 132.93 | 104.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 81 | 75 | 0.58 | 0 | 0.07 | 0.68 | 172.34 | 0.41 | 0.23 |
| Hex | 22 | 51 | 4B | 3A | 0 | 7 | 44 | AC | 29 | 17 |
| Octal | 42 | 121 | 113 | 72 | 0 | 7 | 104 | 254 | 51 | 27 |
| Binary | 100010 | 1010001 | 1001011 | 111010 | 0 | 111 | 1000100 | 10101100 | 101001 | 10111 |
Color Harmonies of #22514B
Complementary color
Monochromatic Colors of #22514B
Black with #22514B
Text Example
Text Example
White with #22514B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22514B; }
p { color: rgb(34,81,75); }
H1.HeaderClassName
{
color: #22514B;
}
.AnyTagClassName
{
color: #22514B;
}
</style>
background-color css
<style>
a { background-color: #22514B; }
a { background-color: rgb(34,81,75); }
div.DivClassName
{
background-color: #22514B;
}
.BgClassName
{
background-color: #22514B;
}
</style>
border-color css
<style>
span { border-color: #22514B; }
span { border-color: rgb(34,81,75); }
td.TdClassName
{
border-color: #22514B;
}
.TagClassName
{
border-color: #22514B;
}
</style>