Shades of Dark Slate Grey #334C4C
Tints of Dark Slate Grey #334C4C
RGB
CMYK
RGB Variations
Color information
#334C4C (or 0x334C4C) is known color: Dark Slate Grey. HEX triplet: 33, 4C and 4C. RGB value is (51,76,76). Sum of RGB (Red+Green+Blue) = 51+76+76=203 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.12% from 203); Green value is 76 (30.08% from 255 or 37.44% from 203); Blue value is 76 (30.08% from 255 or 37.44% from 203); Max value from RGB is 76 - color contains mainly: green, blue. Hex color #334C4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334C4C is #CCB3B3. Grayscale: #444444. Windows color (decimal): -13415348 or 5000243. OLE color: 5000243.
HSL color Cylindrical-coordinate representation of color #334C4C: hue angle of 180º degrees, saturation: 0.2, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #334C4C is Cyan = 0.33, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 51 | 76 | 76 | - |
| CMYK | 0.33 | 0 | 0 | 0.70 |
| HSL | 180º | 0.2% | 0.25% | - |
| HSV(B) | 180º | 0.33% | 0.3% | - |
| XYZ | 5.25 | 6.39 | 7.79 | - |
| YUV | 68.53 | 132.22 | 115.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 76 | 76 | 0.33 | 0 | 0 | 0.70 | 180 | 0.2 | 0.25 |
| Hex | 33 | 4C | 4C | 21 | 0 | 0 | 46 | B4 | 14 | 19 |
| Octal | 63 | 114 | 114 | 41 | 0 | 0 | 106 | 264 | 24 | 31 |
| Binary | 110011 | 1001100 | 1001100 | 100001 | 0 | 0 | 1000110 | 10110100 | 10100 | 11001 |
Color Harmonies of #334C4C
Complementary color
Monochromatic Colors of #334C4C
Black with #334C4C
Text Example
Text Example
White with #334C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334C4C; }
p { color: rgb(51,76,76); }
H1.HeaderClassName
{
color: #334C4C;
}
.AnyTagClassName
{
color: #334C4C;
}
</style>
background-color css
<style>
a { background-color: #334C4C; }
a { background-color: rgb(51,76,76); }
div.DivClassName
{
background-color: #334C4C;
}
.BgClassName
{
background-color: #334C4C;
}
</style>
border-color css
<style>
span { border-color: #334C4C; }
span { border-color: rgb(51,76,76); }
td.TdClassName
{
border-color: #334C4C;
}
.TagClassName
{
border-color: #334C4C;
}
</style>