Shades of Cod Grey #2F3132
Tints of Cod Grey #2F3132
RGB
CMYK
RGB Variations
Color information
#2F3132 (or 0x2F3132) is known color: Cod Grey. HEX triplet: 2F, 31 and 32. RGB value is (47,49,50). Sum of RGB (Red+Green+Blue) = 47+49+50=146 (19% of max value = 765). Red value is 47 (18.75% from 255 or 32.19% from 146); Green value is 49 (19.53% from 255 or 33.56% from 146); Blue value is 50 (19.92% from 255 or 34.25% from 146); Max value from RGB is 50 - color contains mainly: blue. Hex color #2F3132 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F3132 is #D0CECD. Grayscale: #303030. Windows color (decimal): -13684430 or 3289391. OLE color: 3289391.
HSL color Cylindrical-coordinate representation of color #2F3132: hue angle of 200º degrees, saturation: 0.03, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #2F3132 is Cyan = 0.06, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 47 | 49 | 50 | - |
| CMYK | 0.06 | 0.02 | 0 | 0.80 |
| HSL | 200º | 0.03% | 0.19% | - |
| HSV(B) | 200º | 0.06% | 0.2% | - |
| XYZ | 2.85 | 3.03 | 3.45 | - |
| YUV | 48.52 | 128.84 | 126.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 49 | 50 | 0.06 | 0.02 | 0 | 0.80 | 200 | 0.03 | 0.19 |
| Hex | 2F | 31 | 32 | 6 | 2 | 0 | 50 | C8 | 3 | 13 |
| Octal | 57 | 61 | 62 | 6 | 2 | 0 | 120 | 310 | 3 | 23 |
| Binary | 101111 | 110001 | 110010 | 110 | 10 | 0 | 1010000 | 11001000 | 11 | 10011 |
Color Harmonies of #2F3132
Complementary color
Monochromatic Colors of #2F3132
Black with #2F3132
Text Example
Text Example
White with #2F3132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F3132; }
p { color: rgb(47,49,50); }
H1.HeaderClassName
{
color: #2F3132;
}
.AnyTagClassName
{
color: #2F3132;
}
</style>
background-color css
<style>
a { background-color: #2F3132; }
a { background-color: rgb(47,49,50); }
div.DivClassName
{
background-color: #2F3132;
}
.BgClassName
{
background-color: #2F3132;
}
</style>
border-color css
<style>
span { border-color: #2F3132; }
span { border-color: rgb(47,49,50); }
td.TdClassName
{
border-color: #2F3132;
}
.TagClassName
{
border-color: #2F3132;
}
</style>