Shades of Dark Slate Grey #34484B
Tints of Dark Slate Grey #34484B
RGB
CMYK
RGB Variations
Color information
#34484B (or 0x34484B) is known color: Dark Slate Grey. HEX triplet: 34, 48 and 4B. RGB value is (52,72,75). Sum of RGB (Red+Green+Blue) = 52+72+75=199 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26.13% from 199); Green value is 72 (28.52% from 255 or 36.18% from 199); Blue value is 75 (29.69% from 255 or 37.69% from 199); Max value from RGB is 75 - color contains mainly: blue. Hex color #34484B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34484B is #CBB7B4. Grayscale: #424242. Windows color (decimal): -13350837 or 4933684. OLE color: 4933684.
HSL color Cylindrical-coordinate representation of color #34484B: hue angle of 187.83º degrees, saturation: 0.18, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #34484B is Cyan = 0.31, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 52 | 72 | 75 | - |
| CMYK | 0.31 | 0.04 | 0 | 0.71 |
| HSL | 187.83º | 0.18% | 0.25% | - |
| HSV(B) | 187.83º | 0.31% | 0.29% | - |
| XYZ | 5 | 5.87 | 7.53 | - |
| YUV | 66.36 | 132.87 | 117.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 72 | 75 | 0.31 | 0.04 | 0 | 0.71 | 187.83 | 0.18 | 0.25 |
| Hex | 34 | 48 | 4B | 1F | 4 | 0 | 47 | BC | 12 | 19 |
| Octal | 64 | 110 | 113 | 37 | 4 | 0 | 107 | 274 | 22 | 31 |
| Binary | 110100 | 1001000 | 1001011 | 11111 | 100 | 0 | 1000111 | 10111100 | 10010 | 11001 |
Color Harmonies of #34484B
Complementary color
Monochromatic Colors of #34484B
Black with #34484B
Text Example
Text Example
White with #34484B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34484B; }
p { color: rgb(52,72,75); }
H1.HeaderClassName
{
color: #34484B;
}
.AnyTagClassName
{
color: #34484B;
}
</style>
background-color css
<style>
a { background-color: #34484B; }
a { background-color: rgb(52,72,75); }
div.DivClassName
{
background-color: #34484B;
}
.BgClassName
{
background-color: #34484B;
}
</style>
border-color css
<style>
span { border-color: #34484B; }
span { border-color: rgb(52,72,75); }
td.TdClassName
{
border-color: #34484B;
}
.TagClassName
{
border-color: #34484B;
}
</style>