Shades of Cod Grey #272E32
Tints of Cod Grey #272E32
RGB
CMYK
RGB Variations
Color information
#272E32 (or 0x272E32) is known color: Cod Grey. HEX triplet: 27, 2E and 32. RGB value is (39,46,50). Sum of RGB (Red+Green+Blue) = 39+46+50=135 (17% of max value = 765). Red value is 39 (15.62% from 255 or 28.89% from 135); Green value is 46 (18.36% from 255 or 34.07% from 135); Blue value is 50 (19.92% from 255 or 37.04% from 135); Max value from RGB is 50 - color contains mainly: blue. Hex color #272E32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272E32 is #D8D1CD. Grayscale: #2C2C2C. Windows color (decimal): -14209486 or 3288615. OLE color: 3288615.
HSL color Cylindrical-coordinate representation of color #272E32: hue angle of 201.82º degrees, saturation: 0.12, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #272E32 is Cyan = 0.22, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 39 | 46 | 50 | - |
| CMYK | 0.22 | 0.08 | 0 | 0.80 |
| HSL | 201.82º | 0.12% | 0.17% | - |
| HSV(B) | 201.82º | 0.22% | 0.2% | - |
| XYZ | 2.39 | 2.62 | 3.4 | - |
| YUV | 44.36 | 131.18 | 124.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 46 | 50 | 0.22 | 0.08 | 0 | 0.80 | 201.82 | 0.12 | 0.17 |
| Hex | 27 | 2E | 32 | 16 | 8 | 0 | 50 | CA | C | 11 |
| Octal | 47 | 56 | 62 | 26 | 10 | 0 | 120 | 312 | 14 | 21 |
| Binary | 100111 | 101110 | 110010 | 10110 | 1000 | 0 | 1010000 | 11001010 | 1100 | 10001 |
Color Harmonies of #272E32
Complementary color
Monochromatic Colors of #272E32
Black with #272E32
Text Example
Text Example
White with #272E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272E32; }
p { color: rgb(39,46,50); }
H1.HeaderClassName
{
color: #272E32;
}
.AnyTagClassName
{
color: #272E32;
}
</style>
background-color css
<style>
a { background-color: #272E32; }
a { background-color: rgb(39,46,50); }
div.DivClassName
{
background-color: #272E32;
}
.BgClassName
{
background-color: #272E32;
}
</style>
border-color css
<style>
span { border-color: #272E32; }
span { border-color: rgb(39,46,50); }
td.TdClassName
{
border-color: #272E32;
}
.TagClassName
{
border-color: #272E32;
}
</style>