Shades of Dark Slate Grey #324C4B
Tints of Dark Slate Grey #324C4B
RGB
CMYK
RGB Variations
Color information
#324C4B (or 0x324C4B) is known color: Dark Slate Grey. HEX triplet: 32, 4C and 4B. RGB value is (50,76,75). Sum of RGB (Red+Green+Blue) = 50+76+75=201 (26% of max value = 765). Red value is 50 (19.92% from 255 or 24.88% from 201); Green value is 76 (30.08% from 255 or 37.81% from 201); Blue value is 75 (29.69% from 255 or 37.31% from 201); Max value from RGB is 76 - color contains mainly: green. Hex color #324C4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324C4B is #CDB3B4. Grayscale: #444444. Windows color (decimal): -13480885 or 4934706. OLE color: 4934706.
HSL color Cylindrical-coordinate representation of color #324C4B: hue angle of 177.69º degrees, saturation: 0.21, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #324C4B is Cyan = 0.34, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 50 | 76 | 75 | - |
| CMYK | 0.34 | 0 | 0.01 | 0.70 |
| HSL | 177.69º | 0.21% | 0.25% | - |
| HSV(B) | 177.69º | 0.34% | 0.3% | - |
| XYZ | 5.17 | 6.35 | 7.61 | - |
| YUV | 68.11 | 131.89 | 115.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 76 | 75 | 0.34 | 0 | 0.01 | 0.70 | 177.69 | 0.21 | 0.25 |
| Hex | 32 | 4C | 4B | 22 | 0 | 1 | 46 | B2 | 15 | 19 |
| Octal | 62 | 114 | 113 | 42 | 0 | 1 | 106 | 262 | 25 | 31 |
| Binary | 110010 | 1001100 | 1001011 | 100010 | 0 | 1 | 1000110 | 10110010 | 10101 | 11001 |
Color Harmonies of #324C4B
Complementary color
Monochromatic Colors of #324C4B
Black with #324C4B
Text Example
Text Example
White with #324C4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324C4B; }
p { color: rgb(50,76,75); }
H1.HeaderClassName
{
color: #324C4B;
}
.AnyTagClassName
{
color: #324C4B;
}
</style>
background-color css
<style>
a { background-color: #324C4B; }
a { background-color: rgb(50,76,75); }
div.DivClassName
{
background-color: #324C4B;
}
.BgClassName
{
background-color: #324C4B;
}
</style>
border-color css
<style>
span { border-color: #324C4B; }
span { border-color: rgb(50,76,75); }
td.TdClassName
{
border-color: #324C4B;
}
.TagClassName
{
border-color: #324C4B;
}
</style>