Shades of Cod Grey #2C3134
Tints of Cod Grey #2C3134
RGB
CMYK
RGB Variations
Color information
#2C3134 (or 0x2C3134) is known color: Cod Grey. HEX triplet: 2C, 31 and 34. RGB value is (44,49,52). Sum of RGB (Red+Green+Blue) = 44+49+52=145 (19% of max value = 765). Red value is 44 (17.58% from 255 or 30.34% from 145); Green value is 49 (19.53% from 255 or 33.79% from 145); Blue value is 52 (20.70% from 255 or 35.86% from 145); Max value from RGB is 52 - color contains mainly: blue. Hex color #2C3134 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C3134 is #D3CECB. Grayscale: #2F2F2F. Windows color (decimal): -13881036 or 3420460. OLE color: 3420460.
HSL color Cylindrical-coordinate representation of color #2C3134: hue angle of 202.5º degrees, saturation: 0.08, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #2C3134 is Cyan = 0.15, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 44 | 49 | 52 | - |
| CMYK | 0.15 | 0.06 | 0 | 0.80 |
| HSL | 202.5º | 0.08% | 0.19% | - |
| HSV(B) | 202.5º | 0.15% | 0.2% | - |
| XYZ | 2.76 | 2.98 | 3.68 | - |
| YUV | 47.85 | 130.34 | 125.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 49 | 52 | 0.15 | 0.06 | 0 | 0.80 | 202.5 | 0.08 | 0.19 |
| Hex | 2C | 31 | 34 | F | 6 | 0 | 50 | CA | 8 | 13 |
| Octal | 54 | 61 | 64 | 17 | 6 | 0 | 120 | 312 | 10 | 23 |
| Binary | 101100 | 110001 | 110100 | 1111 | 110 | 0 | 1010000 | 11001010 | 1000 | 10011 |
Color Harmonies of #2C3134
Complementary color
Monochromatic Colors of #2C3134
Black with #2C3134
Text Example
Text Example
White with #2C3134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C3134; }
p { color: rgb(44,49,52); }
H1.HeaderClassName
{
color: #2C3134;
}
.AnyTagClassName
{
color: #2C3134;
}
</style>
background-color css
<style>
a { background-color: #2C3134; }
a { background-color: rgb(44,49,52); }
div.DivClassName
{
background-color: #2C3134;
}
.BgClassName
{
background-color: #2C3134;
}
</style>
border-color css
<style>
span { border-color: #2C3134; }
span { border-color: rgb(44,49,52); }
td.TdClassName
{
border-color: #2C3134;
}
.TagClassName
{
border-color: #2C3134;
}
</style>