Shades of Cod Grey #2A3237
Tints of Cod Grey #2A3237
RGB
CMYK
RGB Variations
Color information
#2A3237 (or 0x2A3237) is known color: Cod Grey. HEX triplet: 2A, 32 and 37. RGB value is (42,50,55). Sum of RGB (Red+Green+Blue) = 42+50+55=147 (19% of max value = 765). Red value is 42 (16.80% from 255 or 28.57% from 147); Green value is 50 (19.92% from 255 or 34.01% from 147); Blue value is 55 (21.88% from 255 or 37.41% from 147); Max value from RGB is 55 - color contains mainly: blue. Hex color #2A3237 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A3237 is #D5CDC8. Grayscale: #303030. Windows color (decimal): -14011849 or 3617322. OLE color: 3617322.
HSL color Cylindrical-coordinate representation of color #2A3237: hue angle of 203.08º degrees, saturation: 0.13, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #2A3237 is Cyan = 0.24, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 42 | 50 | 55 | - |
| CMYK | 0.24 | 0.09 | 0 | 0.78 |
| HSL | 203.08º | 0.13% | 0.19% | - |
| HSV(B) | 203.08º | 0.24% | 0.22% | - |
| XYZ | 2.79 | 3.05 | 4.06 | - |
| YUV | 48.18 | 131.85 | 123.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 50 | 55 | 0.24 | 0.09 | 0 | 0.78 | 203.08 | 0.13 | 0.19 |
| Hex | 2A | 32 | 37 | 18 | 9 | 0 | 4E | CB | D | 13 |
| Octal | 52 | 62 | 67 | 30 | 11 | 0 | 116 | 313 | 15 | 23 |
| Binary | 101010 | 110010 | 110111 | 11000 | 1001 | 0 | 1001110 | 11001011 | 1101 | 10011 |
Color Harmonies of #2A3237
Complementary color
Monochromatic Colors of #2A3237
Black with #2A3237
Text Example
Text Example
White with #2A3237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A3237; }
p { color: rgb(42,50,55); }
H1.HeaderClassName
{
color: #2A3237;
}
.AnyTagClassName
{
color: #2A3237;
}
</style>
background-color css
<style>
a { background-color: #2A3237; }
a { background-color: rgb(42,50,55); }
div.DivClassName
{
background-color: #2A3237;
}
.BgClassName
{
background-color: #2A3237;
}
</style>
border-color css
<style>
span { border-color: #2A3237; }
span { border-color: rgb(42,50,55); }
td.TdClassName
{
border-color: #2A3237;
}
.TagClassName
{
border-color: #2A3237;
}
</style>