Shades of Cod Grey #313436
Tints of Cod Grey #313436
RGB
CMYK
RGB Variations
Color information
#313436 (or 0x313436) is known color: Cod Grey. HEX triplet: 31, 34 and 36. RGB value is (49,52,54). Sum of RGB (Red+Green+Blue) = 49+52+54=155 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.61% from 155); Green value is 52 (20.70% from 255 or 33.55% from 155); Blue value is 54 (21.48% from 255 or 34.84% from 155); Max value from RGB is 54 - color contains mainly: blue. Hex color #313436 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313436 is #CECBC9. Grayscale: #333333. Windows color (decimal): -13552586 or 3552305. OLE color: 3552305.
HSL color Cylindrical-coordinate representation of color #313436: hue angle of 204º degrees, saturation: 0.05, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #313436 is Cyan = 0.09, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 49 | 52 | 54 | - |
| CMYK | 0.09 | 0.04 | 0 | 0.79 |
| HSL | 204º | 0.05% | 0.2% | - |
| HSV(B) | 204º | 0.09% | 0.21% | - |
| XYZ | 3.16 | 3.38 | 3.97 | - |
| YUV | 51.33 | 129.51 | 126.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 52 | 54 | 0.09 | 0.04 | 0 | 0.79 | 204 | 0.05 | 0.2 |
| Hex | 31 | 34 | 36 | 9 | 4 | 0 | 4F | CC | 5 | 14 |
| Octal | 61 | 64 | 66 | 11 | 4 | 0 | 117 | 314 | 5 | 24 |
| Binary | 110001 | 110100 | 110110 | 1001 | 100 | 0 | 1001111 | 11001100 | 101 | 10100 |
Color Harmonies of #313436
Complementary color
Monochromatic Colors of #313436
Black with #313436
Text Example
Text Example
White with #313436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313436; }
p { color: rgb(49,52,54); }
H1.HeaderClassName
{
color: #313436;
}
.AnyTagClassName
{
color: #313436;
}
</style>
background-color css
<style>
a { background-color: #313436; }
a { background-color: rgb(49,52,54); }
div.DivClassName
{
background-color: #313436;
}
.BgClassName
{
background-color: #313436;
}
</style>
border-color css
<style>
span { border-color: #313436; }
span { border-color: rgb(49,52,54); }
td.TdClassName
{
border-color: #313436;
}
.TagClassName
{
border-color: #313436;
}
</style>