Shades of Dark Slate #414848
Tints of Dark Slate #414848
RGB
CMYK
RGB Variations
Color information
#414848 (or 0x414848) is known color: Dark Slate. HEX triplet: 41, 48 and 48. RGB value is (65,72,72). Sum of RGB (Red+Green+Blue) = 65+72+72=209 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.10% from 209); Green value is 72 (28.52% from 255 or 34.45% from 209); Blue value is 72 (28.52% from 255 or 34.45% from 209); Max value from RGB is 72 - color contains mainly: green, blue. Hex color #414848 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414848 is #BEB7B7. Grayscale: #454545. Windows color (decimal): -12498872 or 4737089. OLE color: 4737089.
HSL color Cylindrical-coordinate representation of color #414848: hue angle of 180º degrees, saturation: 0.05, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #414848 is Cyan = 0.10, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 65 | 72 | 72 | - |
| CMYK | 0.10 | 0 | 0 | 0.72 |
| HSL | 180º | 0.05% | 0.27% | - |
| HSV(B) | 180º | 0.1% | 0.28% | - |
| XYZ | 5.67 | 6.23 | 7.03 | - |
| YUV | 69.91 | 129.18 | 124.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 72 | 72 | 0.10 | 0 | 0 | 0.72 | 180 | 0.05 | 0.27 |
| Hex | 41 | 48 | 48 | A | 0 | 0 | 48 | B4 | 5 | 1B |
| Octal | 101 | 110 | 110 | 12 | 0 | 0 | 110 | 264 | 5 | 33 |
| Binary | 1000001 | 1001000 | 1001000 | 1010 | 0 | 0 | 1001000 | 10110100 | 101 | 11011 |
Color Harmonies of #414848
Complementary color
Monochromatic Colors of #414848
Black with #414848
Text Example
Text Example
White with #414848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414848; }
p { color: rgb(65,72,72); }
H1.HeaderClassName
{
color: #414848;
}
.AnyTagClassName
{
color: #414848;
}
</style>
background-color css
<style>
a { background-color: #414848; }
a { background-color: rgb(65,72,72); }
div.DivClassName
{
background-color: #414848;
}
.BgClassName
{
background-color: #414848;
}
</style>
border-color css
<style>
span { border-color: #414848; }
span { border-color: rgb(65,72,72); }
td.TdClassName
{
border-color: #414848;
}
.TagClassName
{
border-color: #414848;
}
</style>