Shades of Cod Grey #283136
Tints of Cod Grey #283136
RGB
CMYK
RGB Variations
Color information
#283136 (or 0x283136) is known color: Cod Grey. HEX triplet: 28, 31 and 36. RGB value is (40,49,54). Sum of RGB (Red+Green+Blue) = 40+49+54=143 (18% of max value = 765). Red value is 40 (16.02% from 255 or 27.97% from 143); Green value is 49 (19.53% from 255 or 34.27% from 143); Blue value is 54 (21.48% from 255 or 37.76% from 143); Max value from RGB is 54 - color contains mainly: blue. Hex color #283136 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283136 is #D7CEC9. Grayscale: #2E2E2E. Windows color (decimal): -14143178 or 3551528. OLE color: 3551528.
HSL color Cylindrical-coordinate representation of color #283136: hue angle of 201.43º degrees, saturation: 0.15, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #283136 is Cyan = 0.26, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 40 | 49 | 54 | - |
| CMYK | 0.26 | 0.09 | 0 | 0.79 |
| HSL | 201.43º | 0.15% | 0.18% | - |
| HSV(B) | 201.43º | 0.26% | 0.21% | - |
| XYZ | 2.64 | 2.91 | 3.91 | - |
| YUV | 46.88 | 132.02 | 123.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 49 | 54 | 0.26 | 0.09 | 0 | 0.79 | 201.43 | 0.15 | 0.18 |
| Hex | 28 | 31 | 36 | 1A | 9 | 0 | 4F | C9 | F | 12 |
| Octal | 50 | 61 | 66 | 32 | 11 | 0 | 117 | 311 | 17 | 22 |
| Binary | 101000 | 110001 | 110110 | 11010 | 1001 | 0 | 1001111 | 11001001 | 1111 | 10010 |
Color Harmonies of #283136
Complementary color
Monochromatic Colors of #283136
Black with #283136
Text Example
Text Example
White with #283136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283136; }
p { color: rgb(40,49,54); }
H1.HeaderClassName
{
color: #283136;
}
.AnyTagClassName
{
color: #283136;
}
</style>
background-color css
<style>
a { background-color: #283136; }
a { background-color: rgb(40,49,54); }
div.DivClassName
{
background-color: #283136;
}
.BgClassName
{
background-color: #283136;
}
</style>
border-color css
<style>
span { border-color: #283136; }
span { border-color: rgb(40,49,54); }
td.TdClassName
{
border-color: #283136;
}
.TagClassName
{
border-color: #283136;
}
</style>