Shades of Cod Grey #2B2F32
Tints of Cod Grey #2B2F32
RGB
CMYK
RGB Variations
Color information
#2B2F32 (or 0x2B2F32) is known color: Cod Grey. HEX triplet: 2B, 2F and 32. RGB value is (43,47,50). Sum of RGB (Red+Green+Blue) = 43+47+50=140 (18% of max value = 765). Red value is 43 (17.19% from 255 or 30.71% from 140); Green value is 47 (18.75% from 255 or 33.57% from 140); Blue value is 50 (19.92% from 255 or 35.71% from 140); Max value from RGB is 50 - color contains mainly: blue. Hex color #2B2F32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B2F32 is #D4D0CD. Grayscale: #2E2E2E. Windows color (decimal): -13947086 or 3288875. OLE color: 3288875.
HSL color Cylindrical-coordinate representation of color #2B2F32: hue angle of 205.71º degrees, saturation: 0.08, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #2B2F32 is Cyan = 0.14, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 43 | 47 | 50 | - |
| CMYK | 0.14 | 0.06 | 0 | 0.80 |
| HSL | 205.71º | 0.08% | 0.18% | - |
| HSV(B) | 205.71º | 0.14% | 0.2% | - |
| XYZ | 2.59 | 2.78 | 3.42 | - |
| YUV | 46.15 | 130.17 | 125.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 47 | 50 | 0.14 | 0.06 | 0 | 0.80 | 205.71 | 0.08 | 0.18 |
| Hex | 2B | 2F | 32 | E | 6 | 0 | 50 | CE | 8 | 12 |
| Octal | 53 | 57 | 62 | 16 | 6 | 0 | 120 | 316 | 10 | 22 |
| Binary | 101011 | 101111 | 110010 | 1110 | 110 | 0 | 1010000 | 11001110 | 1000 | 10010 |
Color Harmonies of #2B2F32
Complementary color
Monochromatic Colors of #2B2F32
Black with #2B2F32
Text Example
Text Example
White with #2B2F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2F32; }
p { color: rgb(43,47,50); }
H1.HeaderClassName
{
color: #2B2F32;
}
.AnyTagClassName
{
color: #2B2F32;
}
</style>
background-color css
<style>
a { background-color: #2B2F32; }
a { background-color: rgb(43,47,50); }
div.DivClassName
{
background-color: #2B2F32;
}
.BgClassName
{
background-color: #2B2F32;
}
</style>
border-color css
<style>
span { border-color: #2B2F32; }
span { border-color: rgb(43,47,50); }
td.TdClassName
{
border-color: #2B2F32;
}
.TagClassName
{
border-color: #2B2F32;
}
</style>