Shades of Cod Grey #2F3336
Tints of Cod Grey #2F3336
RGB
CMYK
RGB Variations
Color information
#2F3336 (or 0x2F3336) is known color: Cod Grey. HEX triplet: 2F, 33 and 36. RGB value is (47,51,54). Sum of RGB (Red+Green+Blue) = 47+51+54=152 (20% of max value = 765). Red value is 47 (18.75% from 255 or 30.92% from 152); Green value is 51 (20.31% from 255 or 33.55% from 152); Blue value is 54 (21.48% from 255 or 35.53% from 152); Max value from RGB is 54 - color contains mainly: blue. Hex color #2F3336 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F3336 is #D0CCC9. Grayscale: #323232. Windows color (decimal): -13683914 or 3552047. OLE color: 3552047.
HSL color Cylindrical-coordinate representation of color #2F3336: hue angle of 205.71º degrees, saturation: 0.07, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #2F3336 is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 47 | 51 | 54 | - |
| CMYK | 0.13 | 0.06 | 0 | 0.79 |
| HSL | 205.71º | 0.07% | 0.2% | - |
| HSV(B) | 205.71º | 0.13% | 0.21% | - |
| XYZ | 3.02 | 3.24 | 3.96 | - |
| YUV | 50.15 | 130.17 | 125.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 51 | 54 | 0.13 | 0.06 | 0 | 0.79 | 205.71 | 0.07 | 0.2 |
| Hex | 2F | 33 | 36 | D | 6 | 0 | 4F | CE | 7 | 14 |
| Octal | 57 | 63 | 66 | 15 | 6 | 0 | 117 | 316 | 7 | 24 |
| Binary | 101111 | 110011 | 110110 | 1101 | 110 | 0 | 1001111 | 11001110 | 111 | 10100 |
Color Harmonies of #2F3336
Complementary color
Monochromatic Colors of #2F3336
Black with #2F3336
Text Example
Text Example
White with #2F3336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F3336; }
p { color: rgb(47,51,54); }
H1.HeaderClassName
{
color: #2F3336;
}
.AnyTagClassName
{
color: #2F3336;
}
</style>
background-color css
<style>
a { background-color: #2F3336; }
a { background-color: rgb(47,51,54); }
div.DivClassName
{
background-color: #2F3336;
}
.BgClassName
{
background-color: #2F3336;
}
</style>
border-color css
<style>
span { border-color: #2F3336; }
span { border-color: rgb(47,51,54); }
td.TdClassName
{
border-color: #2F3336;
}
.TagClassName
{
border-color: #2F3336;
}
</style>