Shades of Cod Grey #2E3337
Tints of Cod Grey #2E3337
RGB
CMYK
RGB Variations
Color information
#2E3337 (or 0x2E3337) is known color: Cod Grey. HEX triplet: 2E, 33 and 37. RGB value is (46,51,55). Sum of RGB (Red+Green+Blue) = 46+51+55=152 (20% of max value = 765). Red value is 46 (18.36% from 255 or 30.26% from 152); Green value is 51 (20.31% from 255 or 33.55% from 152); Blue value is 55 (21.88% from 255 or 36.18% from 152); Max value from RGB is 55 - color contains mainly: blue. Hex color #2E3337 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3337 is #D1CCC8. Grayscale: #313131. Windows color (decimal): -13749449 or 3617582. OLE color: 3617582.
HSL color Cylindrical-coordinate representation of color #2E3337: hue angle of 206.67º degrees, saturation: 0.09, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #2E3337 is Cyan = 0.16, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 46 | 51 | 55 | - |
| CMYK | 0.16 | 0.07 | 0 | 0.78 |
| HSL | 206.67º | 0.09% | 0.2% | - |
| HSV(B) | 206.67º | 0.16% | 0.22% | - |
| XYZ | 3 | 3.22 | 4.08 | - |
| YUV | 49.96 | 130.84 | 125.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 51 | 55 | 0.16 | 0.07 | 0 | 0.78 | 206.67 | 0.09 | 0.2 |
| Hex | 2E | 33 | 37 | 10 | 7 | 0 | 4E | CF | 9 | 14 |
| Octal | 56 | 63 | 67 | 20 | 7 | 0 | 116 | 317 | 11 | 24 |
| Binary | 101110 | 110011 | 110111 | 10000 | 111 | 0 | 1001110 | 11001111 | 1001 | 10100 |
Color Harmonies of #2E3337
Complementary color
Monochromatic Colors of #2E3337
Black with #2E3337
Text Example
Text Example
White with #2E3337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3337; }
p { color: rgb(46,51,55); }
H1.HeaderClassName
{
color: #2E3337;
}
.AnyTagClassName
{
color: #2E3337;
}
</style>
background-color css
<style>
a { background-color: #2E3337; }
a { background-color: rgb(46,51,55); }
div.DivClassName
{
background-color: #2E3337;
}
.BgClassName
{
background-color: #2E3337;
}
</style>
border-color css
<style>
span { border-color: #2E3337; }
span { border-color: rgb(46,51,55); }
td.TdClassName
{
border-color: #2E3337;
}
.TagClassName
{
border-color: #2E3337;
}
</style>