Shades of Big Stone #2F3F47
Tints of Big Stone #2F3F47
RGB
CMYK
RGB Variations
Color information
#2F3F47 (or 0x2F3F47) is known color: Big Stone. HEX triplet: 2F, 3F and 47. RGB value is (47,63,71). Sum of RGB (Red+Green+Blue) = 47+63+71=181 (23% of max value = 765). Red value is 47 (18.75% from 255 or 25.97% from 181); Green value is 63 (25% from 255 or 34.81% from 181); Blue value is 71 (28.12% from 255 or 39.23% from 181); Max value from RGB is 71 - color contains mainly: blue. Hex color #2F3F47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F3F47 is #D0C0B8. Grayscale: #3B3B3B. Windows color (decimal): -13680825 or 4669231. OLE color: 4669231.
HSL color Cylindrical-coordinate representation of color #2F3F47: hue angle of 200º degrees, saturation: 0.2, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #2F3F47 is Cyan = 0.34, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 47 | 63 | 71 | - |
| CMYK | 0.34 | 0.11 | 0 | 0.72 |
| HSL | 200º | 0.2% | 0.23% | - |
| HSV(B) | 200º | 0.34% | 0.28% | - |
| XYZ | 4.09 | 4.61 | 6.64 | - |
| YUV | 59.13 | 134.7 | 119.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 63 | 71 | 0.34 | 0.11 | 0 | 0.72 | 200 | 0.2 | 0.23 |
| Hex | 2F | 3F | 47 | 22 | B | 0 | 48 | C8 | 14 | 17 |
| Octal | 57 | 77 | 107 | 42 | 13 | 0 | 110 | 310 | 24 | 27 |
| Binary | 101111 | 111111 | 1000111 | 100010 | 1011 | 0 | 1001000 | 11001000 | 10100 | 10111 |
Color Harmonies of #2F3F47
Complementary color
Monochromatic Colors of #2F3F47
Black with #2F3F47
Text Example
Text Example
White with #2F3F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F3F47; }
p { color: rgb(47,63,71); }
H1.HeaderClassName
{
color: #2F3F47;
}
.AnyTagClassName
{
color: #2F3F47;
}
</style>
background-color css
<style>
a { background-color: #2F3F47; }
a { background-color: rgb(47,63,71); }
div.DivClassName
{
background-color: #2F3F47;
}
.BgClassName
{
background-color: #2F3F47;
}
</style>
border-color css
<style>
span { border-color: #2F3F47; }
span { border-color: rgb(47,63,71); }
td.TdClassName
{
border-color: #2F3F47;
}
.TagClassName
{
border-color: #2F3F47;
}
</style>