Shades of Shark #31343D
Tints of Shark #31343D
RGB
CMYK
RGB Variations
Color information
#31343D (or 0x31343D) is known color: Shark. HEX triplet: 31, 34 and 3D. RGB value is (49,52,61). Sum of RGB (Red+Green+Blue) = 49+52+61=162 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.25% from 162); Green value is 52 (20.70% from 255 or 32.10% from 162); Blue value is 61 (24.22% from 255 or 37.65% from 162); Max value from RGB is 61 - color contains mainly: blue. Hex color #31343D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31343D is #CECBC2. Grayscale: #343434. Windows color (decimal): -13552579 or 4011057. OLE color: 4011057.
HSL color Cylindrical-coordinate representation of color #31343D: hue angle of 225º degrees, saturation: 0.11, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #31343D is Cyan = 0.20, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 49 | 52 | 61 | - |
| CMYK | 0.20 | 0.15 | 0 | 0.76 |
| HSL | 225º | 0.11% | 0.22% | - |
| HSV(B) | 225º | 0.2% | 0.24% | - |
| XYZ | 3.34 | 3.45 | 4.9 | - |
| YUV | 52.13 | 133.01 | 125.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 52 | 61 | 0.20 | 0.15 | 0 | 0.76 | 225 | 0.11 | 0.22 |
| Hex | 31 | 34 | 3D | 14 | F | 0 | 4C | E1 | B | 16 |
| Octal | 61 | 64 | 75 | 24 | 17 | 0 | 114 | 341 | 13 | 26 |
| Binary | 110001 | 110100 | 111101 | 10100 | 1111 | 0 | 1001100 | 11100001 | 1011 | 10110 |
Color Harmonies of #31343D
Complementary color
Monochromatic Colors of #31343D
Black with #31343D
Text Example
Text Example
White with #31343D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31343D; }
p { color: rgb(49,52,61); }
H1.HeaderClassName
{
color: #31343D;
}
.AnyTagClassName
{
color: #31343D;
}
</style>
background-color css
<style>
a { background-color: #31343D; }
a { background-color: rgb(49,52,61); }
div.DivClassName
{
background-color: #31343D;
}
.BgClassName
{
background-color: #31343D;
}
</style>
border-color css
<style>
span { border-color: #31343D; }
span { border-color: rgb(49,52,61); }
td.TdClassName
{
border-color: #31343D;
}
.TagClassName
{
border-color: #31343D;
}
</style>