Shades of Dark Slate #43615E
Tints of Dark Slate #43615E
RGB
CMYK
RGB Variations
Color information
#43615E (or 0x43615E) is known color: Dark Slate. HEX triplet: 43, 61 and 5E. RGB value is (67,97,94). Sum of RGB (Red+Green+Blue) = 67+97+94=258 (34% of max value = 765). Red value is 67 (26.56% from 255 or 25.97% from 258); Green value is 97 (38.28% from 255 or 37.60% from 258); Blue value is 94 (37.11% from 255 or 36.43% from 258); Max value from RGB is 97 - color contains mainly: green. Hex color #43615E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #43615E is #BC9EA1. Grayscale: #575757. Windows color (decimal): -12361378 or 6185283. OLE color: 6185283.
HSL color Cylindrical-coordinate representation of color #43615E: hue angle of 174º degrees, saturation: 0.18, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #43615E is Cyan = 0.31, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 67 | 97 | 94 | - |
| CMYK | 0.31 | 0 | 0.03 | 0.62 |
| HSL | 174º | 0.18% | 0.32% | - |
| HSV(B) | 174º | 0.31% | 0.38% | - |
| XYZ | 8.61 | 10.55 | 12.17 | - |
| YUV | 87.69 | 131.56 | 113.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 97 | 94 | 0.31 | 0 | 0.03 | 0.62 | 174 | 0.18 | 0.32 |
| Hex | 43 | 61 | 5E | 1F | 0 | 3 | 3E | AE | 12 | 20 |
| Octal | 103 | 141 | 136 | 37 | 0 | 3 | 76 | 256 | 22 | 40 |
| Binary | 1000011 | 1100001 | 1011110 | 11111 | 0 | 11 | 111110 | 10101110 | 10010 | 100000 |
Color Harmonies of #43615E
Complementary color
Monochromatic Colors of #43615E
Black with #43615E
Text Example
Text Example
White with #43615E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43615E; }
p { color: rgb(67,97,94); }
H1.HeaderClassName
{
color: #43615E;
}
.AnyTagClassName
{
color: #43615E;
}
</style>
background-color css
<style>
a { background-color: #43615E; }
a { background-color: rgb(67,97,94); }
div.DivClassName
{
background-color: #43615E;
}
.BgClassName
{
background-color: #43615E;
}
</style>
border-color css
<style>
span { border-color: #43615E; }
span { border-color: rgb(67,97,94); }
td.TdClassName
{
border-color: #43615E;
}
.TagClassName
{
border-color: #43615E;
}
</style>