Shades of Cod Grey #2E3235
Tints of Cod Grey #2E3235
RGB
CMYK
RGB Variations
Color information
#2E3235 (or 0x2E3235) is known color: Cod Grey. HEX triplet: 2E, 32 and 35. RGB value is (46,50,53). Sum of RGB (Red+Green+Blue) = 46+50+53=149 (19% of max value = 765). Red value is 46 (18.36% from 255 or 30.87% from 149); Green value is 50 (19.92% from 255 or 33.56% from 149); Blue value is 53 (21.09% from 255 or 35.57% from 149); Max value from RGB is 53 - color contains mainly: blue. Hex color #2E3235 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3235 is #D1CDCA. Grayscale: #313131. Windows color (decimal): -13749707 or 3486254. OLE color: 3486254.
HSL color Cylindrical-coordinate representation of color #2E3235: hue angle of 205.71º degrees, saturation: 0.07, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #2E3235 is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
RGB | 46 | 50 | 53 | - |
CMYK | 0.13 | 0.06 | 0 | 0.79 |
HSL | 205.71º | 0.07% | 0.19% | - |
HSV(B) | 205.71º | 0.13% | 0.21% | - |
XYZ | 2.91 | 3.12 | 3.82 | - |
YUV | 49.15 | 130.17 | 125.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 46 | 50 | 53 | 0.13 | 0.06 | 0 | 0.79 | 205.71 | 0.07 | 0.19 |
Hex | 2E | 32 | 35 | D | 6 | 0 | 4F | CE | 7 | 13 |
Octal | 56 | 62 | 65 | 15 | 6 | 0 | 117 | 316 | 7 | 23 |
Binary | 101110 | 110010 | 110101 | 1101 | 110 | 0 | 1001111 | 11001110 | 111 | 10011 |
Color Harmonies of #2E3235
Complementary color
Monochromatic Colors of #2E3235
Black with #2E3235
Text Example
Text Example
White with #2E3235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3235; }
p { color: rgb(46,50,53); }
H1.HeaderClassName
{
color: #2E3235;
}
.AnyTagClassName
{
color: #2E3235;
}
</style>
background-color css
<style>
a { background-color: #2E3235; }
a { background-color: rgb(46,50,53); }
div.DivClassName
{
background-color: #2E3235;
}
.BgClassName
{
background-color: #2E3235;
}
</style>
border-color css
<style>
span { border-color: #2E3235; }
span { border-color: rgb(46,50,53); }
td.TdClassName
{
border-color: #2E3235;
}
.TagClassName
{
border-color: #2E3235;
}
</style>