Shades of Shark #2E3640
Tints of Shark #2E3640
RGB
CMYK
RGB Variations
Color information
#2E3640 (or 0x2E3640) is known color: Shark. HEX triplet: 2E, 36 and 40. RGB value is (46,54,64). Sum of RGB (Red+Green+Blue) = 46+54+64=164 (21% of max value = 765). Red value is 46 (18.36% from 255 or 28.05% from 164); Green value is 54 (21.48% from 255 or 32.93% from 164); Blue value is 64 (25.39% from 255 or 39.02% from 164); Max value from RGB is 64 - color contains mainly: blue. Hex color #2E3640 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3640 is #D1C9BF. Grayscale: #343434. Windows color (decimal): -13748672 or 4208174. OLE color: 4208174.
HSL color Cylindrical-coordinate representation of color #2E3640: hue angle of 213.33º degrees, saturation: 0.16, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #2E3640 is Cyan = 0.28, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 46 | 54 | 64 | - |
| CMYK | 0.28 | 0.16 | 0 | 0.75 |
| HSL | 213.33º | 0.16% | 0.22% | - |
| HSV(B) | 213.33º | 0.28% | 0.25% | - |
| XYZ | 3.37 | 3.59 | 5.37 | - |
| YUV | 52.75 | 134.35 | 123.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 54 | 64 | 0.28 | 0.16 | 0 | 0.75 | 213.33 | 0.16 | 0.22 |
| Hex | 2E | 36 | 40 | 1C | 10 | 0 | 4B | D5 | 10 | 16 |
| Octal | 56 | 66 | 100 | 34 | 20 | 0 | 113 | 325 | 20 | 26 |
| Binary | 101110 | 110110 | 1000000 | 11100 | 10000 | 0 | 1001011 | 11010101 | 10000 | 10110 |
Color Harmonies of #2E3640
Complementary color
Monochromatic Colors of #2E3640
Black with #2E3640
Text Example
Text Example
White with #2E3640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3640; }
p { color: rgb(46,54,64); }
H1.HeaderClassName
{
color: #2E3640;
}
.AnyTagClassName
{
color: #2E3640;
}
</style>
background-color css
<style>
a { background-color: #2E3640; }
a { background-color: rgb(46,54,64); }
div.DivClassName
{
background-color: #2E3640;
}
.BgClassName
{
background-color: #2E3640;
}
</style>
border-color css
<style>
span { border-color: #2E3640; }
span { border-color: rgb(46,54,64); }
td.TdClassName
{
border-color: #2E3640;
}
.TagClassName
{
border-color: #2E3640;
}
</style>