Shades of Shark #2F343F
Tints of Shark #2F343F
RGB
CMYK
RGB Variations
Color information
#2F343F (or 0x2F343F) is known color: Shark. HEX triplet: 2F, 34 and 3F. RGB value is (47,52,63). Sum of RGB (Red+Green+Blue) = 47+52+63=162 (21% of max value = 765). Red value is 47 (18.75% from 255 or 29.01% from 162); Green value is 52 (20.70% from 255 or 32.10% from 162); Blue value is 63 (25% from 255 or 38.89% from 162); Max value from RGB is 63 - color contains mainly: blue. Hex color #2F343F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F343F is #D0CBC0. Grayscale: #333333. Windows color (decimal): -13683649 or 4142127. OLE color: 4142127.
HSL color Cylindrical-coordinate representation of color #2F343F: hue angle of 221.25º degrees, saturation: 0.15, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #2F343F is Cyan = 0.25, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 47 | 52 | 63 | - |
| CMYK | 0.25 | 0.17 | 0 | 0.75 |
| HSL | 221.25º | 0.15% | 0.22% | - |
| HSV(B) | 221.25º | 0.25% | 0.25% | - |
| XYZ | 3.3 | 3.42 | 5.19 | - |
| YUV | 51.76 | 134.34 | 124.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 52 | 63 | 0.25 | 0.17 | 0 | 0.75 | 221.25 | 0.15 | 0.22 |
| Hex | 2F | 34 | 3F | 19 | 11 | 0 | 4B | DD | F | 16 |
| Octal | 57 | 64 | 77 | 31 | 21 | 0 | 113 | 335 | 17 | 26 |
| Binary | 101111 | 110100 | 111111 | 11001 | 10001 | 0 | 1001011 | 11011101 | 1111 | 10110 |
Color Harmonies of #2F343F
Complementary color
Monochromatic Colors of #2F343F
Black with #2F343F
Text Example
Text Example
White with #2F343F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F343F; }
p { color: rgb(47,52,63); }
H1.HeaderClassName
{
color: #2F343F;
}
.AnyTagClassName
{
color: #2F343F;
}
</style>
background-color css
<style>
a { background-color: #2F343F; }
a { background-color: rgb(47,52,63); }
div.DivClassName
{
background-color: #2F343F;
}
.BgClassName
{
background-color: #2F343F;
}
</style>
border-color css
<style>
span { border-color: #2F343F; }
span { border-color: rgb(47,52,63); }
td.TdClassName
{
border-color: #2F343F;
}
.TagClassName
{
border-color: #2F343F;
}
</style>