Shades of Shark #31343E
Tints of Shark #31343E
RGB
CMYK
RGB Variations
Color information
#31343E (or 0x31343E) is known color: Shark. HEX triplet: 31, 34 and 3E. RGB value is (49,52,62). Sum of RGB (Red+Green+Blue) = 49+52+62=163 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.06% from 163); Green value is 52 (20.70% from 255 or 31.90% from 163); Blue value is 62 (24.61% from 255 or 38.04% from 163); Max value from RGB is 62 - color contains mainly: blue. Hex color #31343E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31343E is #CECBC1. Grayscale: #343434. Windows color (decimal): -13552578 or 4076593. OLE color: 4076593.
HSL color Cylindrical-coordinate representation of color #31343E: hue angle of 226.15º degrees, saturation: 0.12, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #31343E is Cyan = 0.21, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 49 | 52 | 62 | - |
| CMYK | 0.21 | 0.16 | 0 | 0.76 |
| HSL | 226.15º | 0.12% | 0.22% | - |
| HSV(B) | 226.15º | 0.21% | 0.24% | - |
| XYZ | 3.36 | 3.46 | 5.05 | - |
| YUV | 52.24 | 133.51 | 125.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 52 | 62 | 0.21 | 0.16 | 0 | 0.76 | 226.15 | 0.12 | 0.22 |
| Hex | 31 | 34 | 3E | 15 | 10 | 0 | 4C | E2 | C | 16 |
| Octal | 61 | 64 | 76 | 25 | 20 | 0 | 114 | 342 | 14 | 26 |
| Binary | 110001 | 110100 | 111110 | 10101 | 10000 | 0 | 1001100 | 11100010 | 1100 | 10110 |
Color Harmonies of #31343E
Complementary color
Monochromatic Colors of #31343E
Black with #31343E
Text Example
Text Example
White with #31343E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31343E; }
p { color: rgb(49,52,62); }
H1.HeaderClassName
{
color: #31343E;
}
.AnyTagClassName
{
color: #31343E;
}
</style>
background-color css
<style>
a { background-color: #31343E; }
a { background-color: rgb(49,52,62); }
div.DivClassName
{
background-color: #31343E;
}
.BgClassName
{
background-color: #31343E;
}
</style>
border-color css
<style>
span { border-color: #31343E; }
span { border-color: rgb(49,52,62); }
td.TdClassName
{
border-color: #31343E;
}
.TagClassName
{
border-color: #31343E;
}
</style>