Shades of Shark #31353D
Tints of Shark #31353D
RGB
CMYK
RGB Variations
Color information
#31353D (or 0x31353D) is known color: Shark. HEX triplet: 31, 35 and 3D. RGB value is (49,53,61). Sum of RGB (Red+Green+Blue) = 49+53+61=163 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.06% from 163); Green value is 53 (21.09% from 255 or 32.52% from 163); Blue value is 61 (24.22% from 255 or 37.42% from 163); Max value from RGB is 61 - color contains mainly: blue. Hex color #31353D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31353D is #CECAC2. Grayscale: #343434. Windows color (decimal): -13552323 or 4011313. OLE color: 4011313.
HSL color Cylindrical-coordinate representation of color #31353D: hue angle of 220º 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 #31353D is Cyan = 0.20, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 49 | 53 | 61 | - |
| CMYK | 0.20 | 0.13 | 0 | 0.76 |
| HSL | 220º | 0.11% | 0.22% | - |
| HSV(B) | 220º | 0.2% | 0.24% | - |
| XYZ | 3.38 | 3.54 | 4.92 | - |
| YUV | 52.72 | 132.67 | 125.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 53 | 61 | 0.20 | 0.13 | 0 | 0.76 | 220 | 0.11 | 0.22 |
| Hex | 31 | 35 | 3D | 14 | D | 0 | 4C | DC | B | 16 |
| Octal | 61 | 65 | 75 | 24 | 15 | 0 | 114 | 334 | 13 | 26 |
| Binary | 110001 | 110101 | 111101 | 10100 | 1101 | 0 | 1001100 | 11011100 | 1011 | 10110 |
Color Harmonies of #31353D
Complementary color
Monochromatic Colors of #31353D
Black with #31353D
Text Example
Text Example
White with #31353D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31353D; }
p { color: rgb(49,53,61); }
H1.HeaderClassName
{
color: #31353D;
}
.AnyTagClassName
{
color: #31353D;
}
</style>
background-color css
<style>
a { background-color: #31353D; }
a { background-color: rgb(49,53,61); }
div.DivClassName
{
background-color: #31353D;
}
.BgClassName
{
background-color: #31353D;
}
</style>
border-color css
<style>
span { border-color: #31353D; }
span { border-color: rgb(49,53,61); }
td.TdClassName
{
border-color: #31353D;
}
.TagClassName
{
border-color: #31353D;
}
</style>