Shades of Dark Slate Grey #314C4B
Tints of Dark Slate Grey #314C4B
RGB
CMYK
RGB Variations
Color information
#314C4B (or 0x314C4B) is known color: Dark Slate Grey. HEX triplet: 31, 4C and 4B. RGB value is (49,76,75). Sum of RGB (Red+Green+Blue) = 49+76+75=200 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.5% from 200); Green value is 76 (30.08% from 255 or 38% from 200); Blue value is 75 (29.69% from 255 or 37.5% from 200); Max value from RGB is 76 - color contains mainly: green. Hex color #314C4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314C4B is #CEB3B4. Grayscale: #434343. Windows color (decimal): -13546421 or 4934705. OLE color: 4934705.
HSL color Cylindrical-coordinate representation of color #314C4B: hue angle of 177.78º degrees, saturation: 0.22, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #314C4B is Cyan = 0.36, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 49 | 76 | 75 | - |
| CMYK | 0.36 | 0 | 0.01 | 0.70 |
| HSL | 177.78º | 0.22% | 0.25% | - |
| HSV(B) | 177.78º | 0.36% | 0.3% | - |
| XYZ | 5.12 | 6.33 | 7.61 | - |
| YUV | 67.81 | 132.05 | 114.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 76 | 75 | 0.36 | 0 | 0.01 | 0.70 | 177.78 | 0.22 | 0.25 |
| Hex | 31 | 4C | 4B | 24 | 0 | 1 | 46 | B2 | 16 | 19 |
| Octal | 61 | 114 | 113 | 44 | 0 | 1 | 106 | 262 | 26 | 31 |
| Binary | 110001 | 1001100 | 1001011 | 100100 | 0 | 1 | 1000110 | 10110010 | 10110 | 11001 |
Color Harmonies of #314C4B
Complementary color
Monochromatic Colors of #314C4B
Black with #314C4B
Text Example
Text Example
White with #314C4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314C4B; }
p { color: rgb(49,76,75); }
H1.HeaderClassName
{
color: #314C4B;
}
.AnyTagClassName
{
color: #314C4B;
}
</style>
background-color css
<style>
a { background-color: #314C4B; }
a { background-color: rgb(49,76,75); }
div.DivClassName
{
background-color: #314C4B;
}
.BgClassName
{
background-color: #314C4B;
}
</style>
border-color css
<style>
span { border-color: #314C4B; }
span { border-color: rgb(49,76,75); }
td.TdClassName
{
border-color: #314C4B;
}
.TagClassName
{
border-color: #314C4B;
}
</style>