Shades of Shark #2F363F
Tints of Shark #2F363F
RGB
CMYK
RGB Variations
Color information
#2F363F (or 0x2F363F) is known color: Shark. HEX triplet: 2F, 36 and 3F. RGB value is (47,54,63). Sum of RGB (Red+Green+Blue) = 47+54+63=164 (21% of max value = 765). Red value is 47 (18.75% from 255 or 28.66% from 164); Green value is 54 (21.48% from 255 or 32.93% from 164); Blue value is 63 (25% from 255 or 38.41% from 164); Max value from RGB is 63 - color contains mainly: blue. Hex color #2F363F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F363F is #D0C9C0. Grayscale: #343434. Windows color (decimal): -13683137 or 4142639. OLE color: 4142639.
HSL color Cylindrical-coordinate representation of color #2F363F: hue angle of 213.75º 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 #2F363F is Cyan = 0.25, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 47 | 54 | 63 | - |
| CMYK | 0.25 | 0.14 | 0 | 0.75 |
| HSL | 213.75º | 0.15% | 0.22% | - |
| HSV(B) | 213.75º | 0.25% | 0.25% | - |
| XYZ | 3.39 | 3.6 | 5.22 | - |
| YUV | 52.93 | 133.68 | 123.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 54 | 63 | 0.25 | 0.14 | 0 | 0.75 | 213.75 | 0.15 | 0.22 |
| Hex | 2F | 36 | 3F | 19 | E | 0 | 4B | D6 | F | 16 |
| Octal | 57 | 66 | 77 | 31 | 16 | 0 | 113 | 326 | 17 | 26 |
| Binary | 101111 | 110110 | 111111 | 11001 | 1110 | 0 | 1001011 | 11010110 | 1111 | 10110 |
Color Harmonies of #2F363F
Complementary color
Monochromatic Colors of #2F363F
Black with #2F363F
Text Example
Text Example
White with #2F363F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F363F; }
p { color: rgb(47,54,63); }
H1.HeaderClassName
{
color: #2F363F;
}
.AnyTagClassName
{
color: #2F363F;
}
</style>
background-color css
<style>
a { background-color: #2F363F; }
a { background-color: rgb(47,54,63); }
div.DivClassName
{
background-color: #2F363F;
}
.BgClassName
{
background-color: #2F363F;
}
</style>
border-color css
<style>
span { border-color: #2F363F; }
span { border-color: rgb(47,54,63); }
td.TdClassName
{
border-color: #2F363F;
}
.TagClassName
{
border-color: #2F363F;
}
</style>