Shades of Shark #2F3440
Tints of Shark #2F3440
RGB
CMYK
RGB Variations
Color information
#2F3440 (or 0x2F3440) is known color: Shark. HEX triplet: 2F, 34 and 40. RGB value is (47,52,64). Sum of RGB (Red+Green+Blue) = 47+52+64=163 (21% of max value = 765). Red value is 47 (18.75% from 255 or 28.83% from 163); Green value is 52 (20.70% from 255 or 31.90% from 163); Blue value is 64 (25.39% from 255 or 39.26% from 163); Max value from RGB is 64 - color contains mainly: blue. Hex color #2F3440 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F3440 is #D0CBBF. Grayscale: #333333. Windows color (decimal): -13683648 or 4207663. OLE color: 4207663.
HSL color Cylindrical-coordinate representation of color #2F3440: hue angle of 222.35º degrees, saturation: 0.15, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #2F3440 is Cyan = 0.27, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 47 | 52 | 64 | - |
| CMYK | 0.27 | 0.19 | 0 | 0.75 |
| HSL | 222.35º | 0.15% | 0.22% | - |
| HSV(B) | 222.35º | 0.27% | 0.25% | - |
| XYZ | 3.33 | 3.43 | 5.34 | - |
| YUV | 51.87 | 134.84 | 124.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 52 | 64 | 0.27 | 0.19 | 0 | 0.75 | 222.35 | 0.15 | 0.22 |
| Hex | 2F | 34 | 40 | 1B | 13 | 0 | 4B | DE | F | 16 |
| Octal | 57 | 64 | 100 | 33 | 23 | 0 | 113 | 336 | 17 | 26 |
| Binary | 101111 | 110100 | 1000000 | 11011 | 10011 | 0 | 1001011 | 11011110 | 1111 | 10110 |
Color Harmonies of #2F3440
Complementary color
Monochromatic Colors of #2F3440
Black with #2F3440
Text Example
Text Example
White with #2F3440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F3440; }
p { color: rgb(47,52,64); }
H1.HeaderClassName
{
color: #2F3440;
}
.AnyTagClassName
{
color: #2F3440;
}
</style>
background-color css
<style>
a { background-color: #2F3440; }
a { background-color: rgb(47,52,64); }
div.DivClassName
{
background-color: #2F3440;
}
.BgClassName
{
background-color: #2F3440;
}
</style>
border-color css
<style>
span { border-color: #2F3440; }
span { border-color: rgb(47,52,64); }
td.TdClassName
{
border-color: #2F3440;
}
.TagClassName
{
border-color: #2F3440;
}
</style>