Shades of Cod Grey #282E32
Tints of Cod Grey #282E32
RGB
CMYK
RGB Variations
Color information
#282E32 (or 0x282E32) is known color: Cod Grey. HEX triplet: 28, 2E and 32. RGB value is (40,46,50). Sum of RGB (Red+Green+Blue) = 40+46+50=136 (18% of max value = 765). Red value is 40 (16.02% from 255 or 29.41% from 136); Green value is 46 (18.36% from 255 or 33.82% from 136); Blue value is 50 (19.92% from 255 or 36.76% from 136); Max value from RGB is 50 - color contains mainly: blue. Hex color #282E32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #282E32 is #D7D1CD. Grayscale: #2C2C2C. Windows color (decimal): -14143950 or 3288616. OLE color: 3288616.
HSL color Cylindrical-coordinate representation of color #282E32: hue angle of 204º degrees, saturation: 0.11, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #282E32 is Cyan = 0.20, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 40 | 46 | 50 | - |
| CMYK | 0.20 | 0.08 | 0 | 0.80 |
| HSL | 204º | 0.11% | 0.18% | - |
| HSV(B) | 204º | 0.2% | 0.2% | - |
| XYZ | 2.43 | 2.64 | 3.4 | - |
| YUV | 44.66 | 131.01 | 124.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 46 | 50 | 0.20 | 0.08 | 0 | 0.80 | 204 | 0.11 | 0.18 |
| Hex | 28 | 2E | 32 | 14 | 8 | 0 | 50 | CC | B | 12 |
| Octal | 50 | 56 | 62 | 24 | 10 | 0 | 120 | 314 | 13 | 22 |
| Binary | 101000 | 101110 | 110010 | 10100 | 1000 | 0 | 1010000 | 11001100 | 1011 | 10010 |
Color Harmonies of #282E32
Complementary color
Monochromatic Colors of #282E32
Black with #282E32
Text Example
Text Example
White with #282E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282E32; }
p { color: rgb(40,46,50); }
H1.HeaderClassName
{
color: #282E32;
}
.AnyTagClassName
{
color: #282E32;
}
</style>
background-color css
<style>
a { background-color: #282E32; }
a { background-color: rgb(40,46,50); }
div.DivClassName
{
background-color: #282E32;
}
.BgClassName
{
background-color: #282E32;
}
</style>
border-color css
<style>
span { border-color: #282E32; }
span { border-color: rgb(40,46,50); }
td.TdClassName
{
border-color: #282E32;
}
.TagClassName
{
border-color: #282E32;
}
</style>