Shades of Cod Grey #282F32
Tints of Cod Grey #282F32
RGB
CMYK
RGB Variations
Color information
#282F32 (or 0x282F32) is known color: Cod Grey. HEX triplet: 28, 2F and 32. RGB value is (40,47,50). Sum of RGB (Red+Green+Blue) = 40+47+50=137 (18% of max value = 765). Red value is 40 (16.02% from 255 or 29.20% from 137); Green value is 47 (18.75% from 255 or 34.31% from 137); Blue value is 50 (19.92% from 255 or 36.50% from 137); Max value from RGB is 50 - color contains mainly: blue. Hex color #282F32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #282F32 is #D7D0CD. Grayscale: #2D2D2D. Windows color (decimal): -14143694 or 3288872. OLE color: 3288872.
HSL color Cylindrical-coordinate representation of color #282F32: hue angle of 198º 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 #282F32 is Cyan = 0.20, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 40 | 47 | 50 | - |
| CMYK | 0.20 | 0.06 | 0 | 0.80 |
| HSL | 198º | 0.11% | 0.18% | - |
| HSV(B) | 198º | 0.2% | 0.2% | - |
| XYZ | 2.47 | 2.71 | 3.41 | - |
| YUV | 45.25 | 130.68 | 124.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 47 | 50 | 0.20 | 0.06 | 0 | 0.80 | 198 | 0.11 | 0.18 |
| Hex | 28 | 2F | 32 | 14 | 6 | 0 | 50 | C6 | B | 12 |
| Octal | 50 | 57 | 62 | 24 | 6 | 0 | 120 | 306 | 13 | 22 |
| Binary | 101000 | 101111 | 110010 | 10100 | 110 | 0 | 1010000 | 11000110 | 1011 | 10010 |
Color Harmonies of #282F32
Complementary color
Monochromatic Colors of #282F32
Black with #282F32
Text Example
Text Example
White with #282F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282F32; }
p { color: rgb(40,47,50); }
H1.HeaderClassName
{
color: #282F32;
}
.AnyTagClassName
{
color: #282F32;
}
</style>
background-color css
<style>
a { background-color: #282F32; }
a { background-color: rgb(40,47,50); }
div.DivClassName
{
background-color: #282F32;
}
.BgClassName
{
background-color: #282F32;
}
</style>
border-color css
<style>
span { border-color: #282F32; }
span { border-color: rgb(40,47,50); }
td.TdClassName
{
border-color: #282F32;
}
.TagClassName
{
border-color: #282F32;
}
</style>