Shades of Dark Slate Grey #294A4A
Tints of Dark Slate Grey #294A4A
RGB
CMYK
RGB Variations
Color information
#294A4A (or 0x294A4A) is known color: Dark Slate Grey. HEX triplet: 29, 4A and 4A. RGB value is (41,74,74). Sum of RGB (Red+Green+Blue) = 41+74+74=189 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.69% from 189); Green value is 74 (29.30% from 255 or 39.15% from 189); Blue value is 74 (29.30% from 255 or 39.15% from 189); Max value from RGB is 74 - color contains mainly: green, blue. Hex color #294A4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294A4A is #D6B5B5. Grayscale: #404040. Windows color (decimal): -14071222 or 4868649. OLE color: 4868649.
HSL color Cylindrical-coordinate representation of color #294A4A: hue angle of 180º 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 #294A4A is Cyan = 0.45, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 41 | 74 | 74 | - |
| CMYK | 0.45 | 0 | 0 | 0.71 |
| HSL | 180º | 0.29% | 0.23% | - |
| HSV(B) | 180º | 0.45% | 0.29% | - |
| XYZ | 4.6 | 5.86 | 7.37 | - |
| YUV | 64.13 | 133.57 | 111.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 74 | 74 | 0.45 | 0 | 0 | 0.71 | 180 | 0.29 | 0.23 |
| Hex | 29 | 4A | 4A | 2D | 0 | 0 | 47 | B4 | 1D | 17 |
| Octal | 51 | 112 | 112 | 55 | 0 | 0 | 107 | 264 | 35 | 27 |
| Binary | 101001 | 1001010 | 1001010 | 101101 | 0 | 0 | 1000111 | 10110100 | 11101 | 10111 |
Color Harmonies of #294A4A
Complementary color
Monochromatic Colors of #294A4A
Black with #294A4A
Text Example
Text Example
White with #294A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294A4A; }
p { color: rgb(41,74,74); }
H1.HeaderClassName
{
color: #294A4A;
}
.AnyTagClassName
{
color: #294A4A;
}
</style>
background-color css
<style>
a { background-color: #294A4A; }
a { background-color: rgb(41,74,74); }
div.DivClassName
{
background-color: #294A4A;
}
.BgClassName
{
background-color: #294A4A;
}
</style>
border-color css
<style>
span { border-color: #294A4A; }
span { border-color: rgb(41,74,74); }
td.TdClassName
{
border-color: #294A4A;
}
.TagClassName
{
border-color: #294A4A;
}
</style>