Shades of Cod Grey #2A3135
Tints of Cod Grey #2A3135
RGB
CMYK
RGB Variations
Color information
#2A3135 (or 0x2A3135) is known color: Cod Grey. HEX triplet: 2A, 31 and 35. RGB value is (42,49,53). Sum of RGB (Red+Green+Blue) = 42+49+53=144 (19% of max value = 765). Red value is 42 (16.80% from 255 or 29.17% from 144); Green value is 49 (19.53% from 255 or 34.03% from 144); Blue value is 53 (21.09% from 255 or 36.81% from 144); Max value from RGB is 53 - color contains mainly: blue. Hex color #2A3135 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A3135 is #D5CECA. Grayscale: #2F2F2F. Windows color (decimal): -14012107 or 3485994. OLE color: 3485994.
HSL color Cylindrical-coordinate representation of color #2A3135: hue angle of 201.82º degrees, saturation: 0.12, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #2A3135 is Cyan = 0.21, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 42 | 49 | 53 | - |
| CMYK | 0.21 | 0.08 | 0 | 0.79 |
| HSL | 201.82º | 0.12% | 0.19% | - |
| HSV(B) | 201.82º | 0.21% | 0.21% | - |
| XYZ | 2.7 | 2.95 | 3.79 | - |
| YUV | 47.36 | 131.18 | 124.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 49 | 53 | 0.21 | 0.08 | 0 | 0.79 | 201.82 | 0.12 | 0.19 |
| Hex | 2A | 31 | 35 | 15 | 8 | 0 | 4F | CA | C | 13 |
| Octal | 52 | 61 | 65 | 25 | 10 | 0 | 117 | 312 | 14 | 23 |
| Binary | 101010 | 110001 | 110101 | 10101 | 1000 | 0 | 1001111 | 11001010 | 1100 | 10011 |
Color Harmonies of #2A3135
Complementary color
Monochromatic Colors of #2A3135
Black with #2A3135
Text Example
Text Example
White with #2A3135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A3135; }
p { color: rgb(42,49,53); }
H1.HeaderClassName
{
color: #2A3135;
}
.AnyTagClassName
{
color: #2A3135;
}
</style>
background-color css
<style>
a { background-color: #2A3135; }
a { background-color: rgb(42,49,53); }
div.DivClassName
{
background-color: #2A3135;
}
.BgClassName
{
background-color: #2A3135;
}
</style>
border-color css
<style>
span { border-color: #2A3135; }
span { border-color: rgb(42,49,53); }
td.TdClassName
{
border-color: #2A3135;
}
.TagClassName
{
border-color: #2A3135;
}
</style>