Shades of Dark Slate Grey #294A48
Tints of Dark Slate Grey #294A48
RGB
CMYK
RGB Variations
Color information
#294A48 (or 0x294A48) is known color: Dark Slate Grey. HEX triplet: 29, 4A and 48. RGB value is (41,74,72). Sum of RGB (Red+Green+Blue) = 41+74+72=187 (24% of max value = 765). Red value is 41 (16.41% from 255 or 21.93% from 187); Green value is 74 (29.30% from 255 or 39.57% from 187); Blue value is 72 (28.52% from 255 or 38.50% from 187); Max value from RGB is 74 - color contains mainly: green. Hex color #294A48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294A48 is #D6B5B7. Grayscale: #3F3F3F. Windows color (decimal): -14071224 or 4737577. OLE color: 4737577.
HSL color Cylindrical-coordinate representation of color #294A48: hue angle of 176.36º degrees, saturation: 0.29, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #294A48 is Cyan = 0.45, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 41 | 74 | 72 | - |
| CMYK | 0.45 | 0 | 0.03 | 0.71 |
| HSL | 176.36º | 0.29% | 0.23% | - |
| HSV(B) | 176.36º | 0.45% | 0.29% | - |
| XYZ | 4.53 | 5.84 | 7.02 | - |
| YUV | 63.91 | 132.57 | 111.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 74 | 72 | 0.45 | 0 | 0.03 | 0.71 | 176.36 | 0.29 | 0.23 |
| Hex | 29 | 4A | 48 | 2D | 0 | 3 | 47 | B0 | 1D | 17 |
| Octal | 51 | 112 | 110 | 55 | 0 | 3 | 107 | 260 | 35 | 27 |
| Binary | 101001 | 1001010 | 1001000 | 101101 | 0 | 11 | 1000111 | 10110000 | 11101 | 10111 |
Color Harmonies of #294A48
Complementary color
Monochromatic Colors of #294A48
Black with #294A48
Text Example
Text Example
White with #294A48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294A48; }
p { color: rgb(41,74,72); }
H1.HeaderClassName
{
color: #294A48;
}
.AnyTagClassName
{
color: #294A48;
}
</style>
background-color css
<style>
a { background-color: #294A48; }
a { background-color: rgb(41,74,72); }
div.DivClassName
{
background-color: #294A48;
}
.BgClassName
{
background-color: #294A48;
}
</style>
border-color css
<style>
span { border-color: #294A48; }
span { border-color: rgb(41,74,72); }
td.TdClassName
{
border-color: #294A48;
}
.TagClassName
{
border-color: #294A48;
}
</style>