Shades of Cod Grey #2D3337
Tints of Cod Grey #2D3337
RGB
CMYK
RGB Variations
Color information
#2D3337 (or 0x2D3337) is known color: Cod Grey. HEX triplet: 2D, 33 and 37. RGB value is (45,51,55). Sum of RGB (Red+Green+Blue) = 45+51+55=151 (20% of max value = 765). Red value is 45 (17.97% from 255 or 29.80% from 151); Green value is 51 (20.31% from 255 or 33.77% from 151); Blue value is 55 (21.88% from 255 or 36.42% from 151); Max value from RGB is 55 - color contains mainly: blue. Hex color #2D3337 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D3337 is #D2CCC8. Grayscale: #313131. Windows color (decimal): -13814985 or 3617581. OLE color: 3617581.
HSL color Cylindrical-coordinate representation of color #2D3337: hue angle of 204º degrees, saturation: 0.1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #2D3337 is Cyan = 0.18, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 45 | 51 | 55 | - |
| CMYK | 0.18 | 0.07 | 0 | 0.78 |
| HSL | 204º | 0.1% | 0.2% | - |
| HSV(B) | 204º | 0.18% | 0.22% | - |
| XYZ | 2.96 | 3.2 | 4.08 | - |
| YUV | 49.66 | 131.01 | 124.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 51 | 55 | 0.18 | 0.07 | 0 | 0.78 | 204 | 0.1 | 0.2 |
| Hex | 2D | 33 | 37 | 12 | 7 | 0 | 4E | CC | A | 14 |
| Octal | 55 | 63 | 67 | 22 | 7 | 0 | 116 | 314 | 12 | 24 |
| Binary | 101101 | 110011 | 110111 | 10010 | 111 | 0 | 1001110 | 11001100 | 1010 | 10100 |
Color Harmonies of #2D3337
Complementary color
Monochromatic Colors of #2D3337
Black with #2D3337
Text Example
Text Example
White with #2D3337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3337; }
p { color: rgb(45,51,55); }
H1.HeaderClassName
{
color: #2D3337;
}
.AnyTagClassName
{
color: #2D3337;
}
</style>
background-color css
<style>
a { background-color: #2D3337; }
a { background-color: rgb(45,51,55); }
div.DivClassName
{
background-color: #2D3337;
}
.BgClassName
{
background-color: #2D3337;
}
</style>
border-color css
<style>
span { border-color: #2D3337; }
span { border-color: rgb(45,51,55); }
td.TdClassName
{
border-color: #2D3337;
}
.TagClassName
{
border-color: #2D3337;
}
</style>