Shades of Cod Grey #293136
Tints of Cod Grey #293136
RGB
CMYK
RGB Variations
Color information
#293136 (or 0x293136) is known color: Cod Grey. HEX triplet: 29, 31 and 36. RGB value is (41,49,54). Sum of RGB (Red+Green+Blue) = 41+49+54=144 (19% of max value = 765). Red value is 41 (16.41% from 255 or 28.47% from 144); Green value is 49 (19.53% from 255 or 34.03% from 144); Blue value is 54 (21.48% from 255 or 37.5% from 144); Max value from RGB is 54 - color contains mainly: blue. Hex color #293136 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293136 is #D6CEC9. Grayscale: #2F2F2F. Windows color (decimal): -14077642 or 3551529. OLE color: 3551529.
HSL color Cylindrical-coordinate representation of color #293136: hue angle of 203.08º degrees, saturation: 0.14, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #293136 is Cyan = 0.24, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 41 | 49 | 54 | - |
| CMYK | 0.24 | 0.09 | 0 | 0.79 |
| HSL | 203.08º | 0.14% | 0.19% | - |
| HSV(B) | 203.08º | 0.24% | 0.21% | - |
| XYZ | 2.68 | 2.93 | 3.92 | - |
| YUV | 47.18 | 131.85 | 123.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 49 | 54 | 0.24 | 0.09 | 0 | 0.79 | 203.08 | 0.14 | 0.19 |
| Hex | 29 | 31 | 36 | 18 | 9 | 0 | 4F | CB | E | 13 |
| Octal | 51 | 61 | 66 | 30 | 11 | 0 | 117 | 313 | 16 | 23 |
| Binary | 101001 | 110001 | 110110 | 11000 | 1001 | 0 | 1001111 | 11001011 | 1110 | 10011 |
Color Harmonies of #293136
Complementary color
Monochromatic Colors of #293136
Black with #293136
Text Example
Text Example
White with #293136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293136; }
p { color: rgb(41,49,54); }
H1.HeaderClassName
{
color: #293136;
}
.AnyTagClassName
{
color: #293136;
}
</style>
background-color css
<style>
a { background-color: #293136; }
a { background-color: rgb(41,49,54); }
div.DivClassName
{
background-color: #293136;
}
.BgClassName
{
background-color: #293136;
}
</style>
border-color css
<style>
span { border-color: #293136; }
span { border-color: rgb(41,49,54); }
td.TdClassName
{
border-color: #293136;
}
.TagClassName
{
border-color: #293136;
}
</style>