Shades of Shark #2E363F
Tints of Shark #2E363F
RGB
CMYK
RGB Variations
Color information
#2E363F (or 0x2E363F) is known color: Shark. HEX triplet: 2E, 36 and 3F. RGB value is (46,54,63). Sum of RGB (Red+Green+Blue) = 46+54+63=163 (21% of max value = 765). Red value is 46 (18.36% from 255 or 28.22% from 163); Green value is 54 (21.48% from 255 or 33.13% from 163); Blue value is 63 (25% from 255 or 38.65% from 163); Max value from RGB is 63 - color contains mainly: blue. Hex color #2E363F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E363F is #D1C9C0. Grayscale: #343434. Windows color (decimal): -13748673 or 4142638. OLE color: 4142638.
HSL color Cylindrical-coordinate representation of color #2E363F: hue angle of 211.76º degrees, saturation: 0.16, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #2E363F is Cyan = 0.27, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 46 | 54 | 63 | - |
| CMYK | 0.27 | 0.14 | 0 | 0.75 |
| HSL | 211.76º | 0.16% | 0.21% | - |
| HSV(B) | 211.76º | 0.27% | 0.25% | - |
| XYZ | 3.34 | 3.58 | 5.22 | - |
| YUV | 52.63 | 133.85 | 123.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 54 | 63 | 0.27 | 0.14 | 0 | 0.75 | 211.76 | 0.16 | 0.21 |
| Hex | 2E | 36 | 3F | 1B | E | 0 | 4B | D4 | 10 | 15 |
| Octal | 56 | 66 | 77 | 33 | 16 | 0 | 113 | 324 | 20 | 25 |
| Binary | 101110 | 110110 | 111111 | 11011 | 1110 | 0 | 1001011 | 11010100 | 10000 | 10101 |
Color Harmonies of #2E363F
Complementary color
Monochromatic Colors of #2E363F
Black with #2E363F
Text Example
Text Example
White with #2E363F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E363F; }
p { color: rgb(46,54,63); }
H1.HeaderClassName
{
color: #2E363F;
}
.AnyTagClassName
{
color: #2E363F;
}
</style>
background-color css
<style>
a { background-color: #2E363F; }
a { background-color: rgb(46,54,63); }
div.DivClassName
{
background-color: #2E363F;
}
.BgClassName
{
background-color: #2E363F;
}
</style>
border-color css
<style>
span { border-color: #2E363F; }
span { border-color: rgb(46,54,63); }
td.TdClassName
{
border-color: #2E363F;
}
.TagClassName
{
border-color: #2E363F;
}
</style>