Shades of Cod Grey #2A3035
Tints of Cod Grey #2A3035
RGB
CMYK
RGB Variations
Color information
#2A3035 (or 0x2A3035) is known color: Cod Grey. HEX triplet: 2A, 30 and 35. RGB value is (42,48,53). Sum of RGB (Red+Green+Blue) = 42+48+53=143 (18% of max value = 765). Red value is 42 (16.80% from 255 or 29.37% from 143); Green value is 48 (19.14% from 255 or 33.57% from 143); Blue value is 53 (21.09% from 255 or 37.06% from 143); Max value from RGB is 53 - color contains mainly: blue. Hex color #2A3035 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A3035 is #D5CFCA. Grayscale: #2E2E2E. Windows color (decimal): -14012363 or 3485738. OLE color: 3485738.
HSL color Cylindrical-coordinate representation of color #2A3035: hue angle of 207.27º 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 #2A3035 is Cyan = 0.21, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
RGB | 42 | 48 | 53 | - |
CMYK | 0.21 | 0.09 | 0 | 0.79 |
HSL | 207.27º | 0.12% | 0.19% | - |
HSV(B) | 207.27º | 0.21% | 0.21% | - |
XYZ | 2.65 | 2.86 | 3.78 | - |
YUV | 46.78 | 131.51 | 124.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 42 | 48 | 53 | 0.21 | 0.09 | 0 | 0.79 | 207.27 | 0.12 | 0.19 |
Hex | 2A | 30 | 35 | 15 | 9 | 0 | 4F | CF | C | 13 |
Octal | 52 | 60 | 65 | 25 | 11 | 0 | 117 | 317 | 14 | 23 |
Binary | 101010 | 110000 | 110101 | 10101 | 1001 | 0 | 1001111 | 11001111 | 1100 | 10011 |
Color Harmonies of #2A3035
Complementary color
Monochromatic Colors of #2A3035
Black with #2A3035
Text Example
Text Example
White with #2A3035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A3035; }
p { color: rgb(42,48,53); }
H1.HeaderClassName
{
color: #2A3035;
}
.AnyTagClassName
{
color: #2A3035;
}
</style>
background-color css
<style>
a { background-color: #2A3035; }
a { background-color: rgb(42,48,53); }
div.DivClassName
{
background-color: #2A3035;
}
.BgClassName
{
background-color: #2A3035;
}
</style>
border-color css
<style>
span { border-color: #2A3035; }
span { border-color: rgb(42,48,53); }
td.TdClassName
{
border-color: #2A3035;
}
.TagClassName
{
border-color: #2A3035;
}
</style>