Shades of Dark Slate Grey #334B4B
Tints of Dark Slate Grey #334B4B
RGB
CMYK
RGB Variations
Color information
#334B4B (or 0x334B4B) is known color: Dark Slate Grey. HEX triplet: 33, 4B and 4B. RGB value is (51,75,75). Sum of RGB (Red+Green+Blue) = 51+75+75=201 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.37% from 201); Green value is 75 (29.69% from 255 or 37.31% from 201); Blue value is 75 (29.69% from 255 or 37.31% from 201); Max value from RGB is 75 - color contains mainly: green, blue. Hex color #334B4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334B4B is #CCB4B4. Grayscale: #434343. Windows color (decimal): -13415605 or 4934451. OLE color: 4934451.
HSL color Cylindrical-coordinate representation of color #334B4B: hue angle of 180º degrees, saturation: 0.19, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #334B4B is Cyan = 0.32, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 51 | 75 | 75 | - |
| CMYK | 0.32 | 0 | 0 | 0.71 |
| HSL | 180º | 0.19% | 0.25% | - |
| HSV(B) | 180º | 0.32% | 0.29% | - |
| XYZ | 5.15 | 6.24 | 7.59 | - |
| YUV | 67.82 | 132.05 | 116 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 75 | 75 | 0.32 | 0 | 0 | 0.71 | 180 | 0.19 | 0.25 |
| Hex | 33 | 4B | 4B | 20 | 0 | 0 | 47 | B4 | 13 | 19 |
| Octal | 63 | 113 | 113 | 40 | 0 | 0 | 107 | 264 | 23 | 31 |
| Binary | 110011 | 1001011 | 1001011 | 100000 | 0 | 0 | 1000111 | 10110100 | 10011 | 11001 |
Color Harmonies of #334B4B
Complementary color
Monochromatic Colors of #334B4B
Black with #334B4B
Text Example
Text Example
White with #334B4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334B4B; }
p { color: rgb(51,75,75); }
H1.HeaderClassName
{
color: #334B4B;
}
.AnyTagClassName
{
color: #334B4B;
}
</style>
background-color css
<style>
a { background-color: #334B4B; }
a { background-color: rgb(51,75,75); }
div.DivClassName
{
background-color: #334B4B;
}
.BgClassName
{
background-color: #334B4B;
}
</style>
border-color css
<style>
span { border-color: #334B4B; }
span { border-color: rgb(51,75,75); }
td.TdClassName
{
border-color: #334B4B;
}
.TagClassName
{
border-color: #334B4B;
}
</style>