Shades of Cod Grey #29333A
Tints of Cod Grey #29333A
RGB
CMYK
RGB Variations
Color information
#29333A (or 0x29333A) is known color: Cod Grey. HEX triplet: 29, 33 and 3A. RGB value is (41,51,58). Sum of RGB (Red+Green+Blue) = 41+51+58=150 (19% of max value = 765). Red value is 41 (16.41% from 255 or 27.33% from 150); Green value is 51 (20.31% from 255 or 34% from 150); Blue value is 58 (23.05% from 255 or 38.67% from 150); Max value from RGB is 58 - color contains mainly: blue. Hex color #29333A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29333A is #D6CCC5. Grayscale: #303030. Windows color (decimal): -14077126 or 3814185. OLE color: 3814185.
HSL color Cylindrical-coordinate representation of color #29333A: hue angle of 204.71º degrees, saturation: 0.17, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #29333A is Cyan = 0.29, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 41 | 51 | 58 | - |
| CMYK | 0.29 | 0.12 | 0 | 0.77 |
| HSL | 204.71º | 0.17% | 0.19% | - |
| HSV(B) | 204.71º | 0.29% | 0.23% | - |
| XYZ | 2.86 | 3.14 | 4.46 | - |
| YUV | 48.81 | 133.19 | 122.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 51 | 58 | 0.29 | 0.12 | 0 | 0.77 | 204.71 | 0.17 | 0.19 |
| Hex | 29 | 33 | 3A | 1D | C | 0 | 4D | CD | 11 | 13 |
| Octal | 51 | 63 | 72 | 35 | 14 | 0 | 115 | 315 | 21 | 23 |
| Binary | 101001 | 110011 | 111010 | 11101 | 1100 | 0 | 1001101 | 11001101 | 10001 | 10011 |
Color Harmonies of #29333A
Complementary color
Monochromatic Colors of #29333A
Black with #29333A
Text Example
Text Example
White with #29333A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29333A; }
p { color: rgb(41,51,58); }
H1.HeaderClassName
{
color: #29333A;
}
.AnyTagClassName
{
color: #29333A;
}
</style>
background-color css
<style>
a { background-color: #29333A; }
a { background-color: rgb(41,51,58); }
div.DivClassName
{
background-color: #29333A;
}
.BgClassName
{
background-color: #29333A;
}
</style>
border-color css
<style>
span { border-color: #29333A; }
span { border-color: rgb(41,51,58); }
td.TdClassName
{
border-color: #29333A;
}
.TagClassName
{
border-color: #29333A;
}
</style>