Shades of Cod Grey #272F33
Tints of Cod Grey #272F33
RGB
CMYK
RGB Variations
Color information
#272F33 (or 0x272F33) is known color: Cod Grey. HEX triplet: 27, 2F and 33. RGB value is (39,47,51). Sum of RGB (Red+Green+Blue) = 39+47+51=137 (18% of max value = 765). Red value is 39 (15.62% from 255 or 28.47% from 137); Green value is 47 (18.75% from 255 or 34.31% from 137); Blue value is 51 (20.31% from 255 or 37.23% from 137); Max value from RGB is 51 - color contains mainly: blue. Hex color #272F33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272F33 is #D8D0CC. Grayscale: #2D2D2D. Windows color (decimal): -14209229 or 3354407. OLE color: 3354407.
HSL color Cylindrical-coordinate representation of color #272F33: hue angle of 200º degrees, saturation: 0.13, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #272F33 is Cyan = 0.24, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 39 | 47 | 51 | - |
| CMYK | 0.24 | 0.08 | 0 | 0.8 |
| HSL | 200º | 0.13% | 0.18% | - |
| HSV(B) | 200º | 0.24% | 0.2% | - |
| XYZ | 2.45 | 2.7 | 3.52 | - |
| YUV | 45.06 | 131.35 | 123.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 47 | 51 | 0.24 | 0.08 | 0 | 0.8 | 200 | 0.13 | 0.18 |
| Hex | 27 | 2F | 33 | 18 | 8 | 0 | 50 | C8 | D | 12 |
| Octal | 47 | 57 | 63 | 30 | 10 | 0 | 120 | 310 | 15 | 22 |
| Binary | 100111 | 101111 | 110011 | 11000 | 1000 | 0 | 1010000 | 11001000 | 1101 | 10010 |
Color Harmonies of #272F33
Complementary color
Monochromatic Colors of #272F33
Black with #272F33
Text Example
Text Example
White with #272F33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272F33; }
p { color: rgb(39,47,51); }
H1.HeaderClassName
{
color: #272F33;
}
.AnyTagClassName
{
color: #272F33;
}
</style>
background-color css
<style>
a { background-color: #272F33; }
a { background-color: rgb(39,47,51); }
div.DivClassName
{
background-color: #272F33;
}
.BgClassName
{
background-color: #272F33;
}
</style>
border-color css
<style>
span { border-color: #272F33; }
span { border-color: rgb(39,47,51); }
td.TdClassName
{
border-color: #272F33;
}
.TagClassName
{
border-color: #272F33;
}
</style>