Shades of Cod Grey #31363A
Tints of Cod Grey #31363A
RGB
CMYK
RGB Variations
Color information
#31363A (or 0x31363A) is known color: Cod Grey. HEX triplet: 31, 36 and 3A. RGB value is (49,54,58). Sum of RGB (Red+Green+Blue) = 49+54+58=161 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.43% from 161); Green value is 54 (21.48% from 255 or 33.54% from 161); Blue value is 58 (23.05% from 255 or 36.02% from 161); Max value from RGB is 58 - color contains mainly: blue. Hex color #31363A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31363A is #CEC9C5. Grayscale: #343434. Windows color (decimal): -13552070 or 3814961. OLE color: 3814961.
HSL color Cylindrical-coordinate representation of color #31363A: hue angle of 206.67º degrees, saturation: 0.08, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #31363A is Cyan = 0.16, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 49 | 54 | 58 | - |
| CMYK | 0.16 | 0.07 | 0 | 0.77 |
| HSL | 206.67º | 0.08% | 0.21% | - |
| HSV(B) | 206.67º | 0.16% | 0.23% | - |
| XYZ | 3.35 | 3.6 | 4.52 | - |
| YUV | 52.96 | 130.84 | 125.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 54 | 58 | 0.16 | 0.07 | 0 | 0.77 | 206.67 | 0.08 | 0.21 |
| Hex | 31 | 36 | 3A | 10 | 7 | 0 | 4D | CF | 8 | 15 |
| Octal | 61 | 66 | 72 | 20 | 7 | 0 | 115 | 317 | 10 | 25 |
| Binary | 110001 | 110110 | 111010 | 10000 | 111 | 0 | 1001101 | 11001111 | 1000 | 10101 |
Color Harmonies of #31363A
Complementary color
Monochromatic Colors of #31363A
Black with #31363A
Text Example
Text Example
White with #31363A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31363A; }
p { color: rgb(49,54,58); }
H1.HeaderClassName
{
color: #31363A;
}
.AnyTagClassName
{
color: #31363A;
}
</style>
background-color css
<style>
a { background-color: #31363A; }
a { background-color: rgb(49,54,58); }
div.DivClassName
{
background-color: #31363A;
}
.BgClassName
{
background-color: #31363A;
}
</style>
border-color css
<style>
span { border-color: #31363A; }
span { border-color: rgb(49,54,58); }
td.TdClassName
{
border-color: #31363A;
}
.TagClassName
{
border-color: #31363A;
}
</style>