Shades of Big Stone #2F3E45
Tints of Big Stone #2F3E45
RGB
CMYK
RGB Variations
Color information
#2F3E45 (or 0x2F3E45) is known color: Big Stone. HEX triplet: 2F, 3E and 45. RGB value is (47,62,69). Sum of RGB (Red+Green+Blue) = 47+62+69=178 (23% of max value = 765). Red value is 47 (18.75% from 255 or 26.40% from 178); Green value is 62 (24.61% from 255 or 34.83% from 178); Blue value is 69 (27.34% from 255 or 38.76% from 178); Max value from RGB is 69 - color contains mainly: blue. Hex color #2F3E45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F3E45 is #D0C1BA. Grayscale: #3A3A3A. Windows color (decimal): -13681083 or 4537903. OLE color: 4537903.
HSL color Cylindrical-coordinate representation of color #2F3E45: hue angle of 199.09º degrees, saturation: 0.19, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #2F3E45 is Cyan = 0.32, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 47 | 62 | 69 | - |
| CMYK | 0.32 | 0.10 | 0 | 0.73 |
| HSL | 199.09º | 0.19% | 0.23% | - |
| HSV(B) | 199.09º | 0.32% | 0.27% | - |
| XYZ | 3.97 | 4.48 | 6.29 | - |
| YUV | 58.31 | 134.03 | 119.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 62 | 69 | 0.32 | 0.10 | 0 | 0.73 | 199.09 | 0.19 | 0.23 |
| Hex | 2F | 3E | 45 | 20 | A | 0 | 49 | C7 | 13 | 17 |
| Octal | 57 | 76 | 105 | 40 | 12 | 0 | 111 | 307 | 23 | 27 |
| Binary | 101111 | 111110 | 1000101 | 100000 | 1010 | 0 | 1001001 | 11000111 | 10011 | 10111 |
Color Harmonies of #2F3E45
Complementary color
Monochromatic Colors of #2F3E45
Black with #2F3E45
Text Example
Text Example
White with #2F3E45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F3E45; }
p { color: rgb(47,62,69); }
H1.HeaderClassName
{
color: #2F3E45;
}
.AnyTagClassName
{
color: #2F3E45;
}
</style>
background-color css
<style>
a { background-color: #2F3E45; }
a { background-color: rgb(47,62,69); }
div.DivClassName
{
background-color: #2F3E45;
}
.BgClassName
{
background-color: #2F3E45;
}
</style>
border-color css
<style>
span { border-color: #2F3E45; }
span { border-color: rgb(47,62,69); }
td.TdClassName
{
border-color: #2F3E45;
}
.TagClassName
{
border-color: #2F3E45;
}
</style>