Shades of Cod Grey #2E3236
Tints of Cod Grey #2E3236
RGB
CMYK
RGB Variations
Color information
#2E3236 (or 0x2E3236) is known color: Cod Grey. HEX triplet: 2E, 32 and 36. RGB value is (46,50,54). Sum of RGB (Red+Green+Blue) = 46+50+54=150 (19% of max value = 765). Red value is 46 (18.36% from 255 or 30.67% from 150); Green value is 50 (19.92% from 255 or 33.33% from 150); Blue value is 54 (21.48% from 255 or 36% from 150); Max value from RGB is 54 - color contains mainly: blue. Hex color #2E3236 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3236 is #D1CDC9. Grayscale: #313131. Windows color (decimal): -13749706 or 3551790. OLE color: 3551790.
HSL color Cylindrical-coordinate representation of color #2E3236: hue angle of 210º degrees, saturation: 0.08, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #2E3236 is Cyan = 0.15, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 46 | 50 | 54 | - |
| CMYK | 0.15 | 0.07 | 0 | 0.79 |
| HSL | 210º | 0.08% | 0.2% | - |
| HSV(B) | 210º | 0.15% | 0.21% | - |
| XYZ | 2.93 | 3.13 | 3.94 | - |
| YUV | 49.26 | 130.67 | 125.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 50 | 54 | 0.15 | 0.07 | 0 | 0.79 | 210 | 0.08 | 0.2 |
| Hex | 2E | 32 | 36 | F | 7 | 0 | 4F | D2 | 8 | 14 |
| Octal | 56 | 62 | 66 | 17 | 7 | 0 | 117 | 322 | 10 | 24 |
| Binary | 101110 | 110010 | 110110 | 1111 | 111 | 0 | 1001111 | 11010010 | 1000 | 10100 |
Color Harmonies of #2E3236
Complementary color
Monochromatic Colors of #2E3236
Black with #2E3236
Text Example
Text Example
White with #2E3236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3236; }
p { color: rgb(46,50,54); }
H1.HeaderClassName
{
color: #2E3236;
}
.AnyTagClassName
{
color: #2E3236;
}
</style>
background-color css
<style>
a { background-color: #2E3236; }
a { background-color: rgb(46,50,54); }
div.DivClassName
{
background-color: #2E3236;
}
.BgClassName
{
background-color: #2E3236;
}
</style>
border-color css
<style>
span { border-color: #2E3236; }
span { border-color: rgb(46,50,54); }
td.TdClassName
{
border-color: #2E3236;
}
.TagClassName
{
border-color: #2E3236;
}
</style>