Shades of Dark Slate Grey #345151
Tints of Dark Slate Grey #345151
RGB
CMYK
RGB Variations
Color information
#345151 (or 0x345151) is known color: Dark Slate Grey. HEX triplet: 34, 51 and 51. RGB value is (52,81,81). Sum of RGB (Red+Green+Blue) = 52+81+81=214 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.30% from 214); Green value is 81 (32.03% from 255 or 37.85% from 214); Blue value is 81 (32.03% from 255 or 37.85% from 214); Max value from RGB is 81 - color contains mainly: green, blue. Hex color #345151 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345151 is #CBAEAE. Grayscale: #484848. Windows color (decimal): -13348527 or 5329204. OLE color: 5329204.
HSL color Cylindrical-coordinate representation of color #345151: hue angle of 180º degrees, saturation: 0.22, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #345151 is Cyan = 0.36, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 52 | 81 | 81 | - |
| CMYK | 0.36 | 0 | 0 | 0.68 |
| HSL | 180º | 0.22% | 0.26% | - |
| HSV(B) | 180º | 0.36% | 0.32% | - |
| XYZ | 5.84 | 7.21 | 8.87 | - |
| YUV | 72.33 | 132.89 | 113.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 81 | 81 | 0.36 | 0 | 0 | 0.68 | 180 | 0.22 | 0.26 |
| Hex | 34 | 51 | 51 | 24 | 0 | 0 | 44 | B4 | 16 | 1A |
| Octal | 64 | 121 | 121 | 44 | 0 | 0 | 104 | 264 | 26 | 32 |
| Binary | 110100 | 1010001 | 1010001 | 100100 | 0 | 0 | 1000100 | 10110100 | 10110 | 11010 |
Color Harmonies of #345151
Complementary color
Monochromatic Colors of #345151
Black with #345151
Text Example
Text Example
White with #345151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345151; }
p { color: rgb(52,81,81); }
H1.HeaderClassName
{
color: #345151;
}
.AnyTagClassName
{
color: #345151;
}
</style>
background-color css
<style>
a { background-color: #345151; }
a { background-color: rgb(52,81,81); }
div.DivClassName
{
background-color: #345151;
}
.BgClassName
{
background-color: #345151;
}
</style>
border-color css
<style>
span { border-color: #345151; }
span { border-color: rgb(52,81,81); }
td.TdClassName
{
border-color: #345151;
}
.TagClassName
{
border-color: #345151;
}
</style>