Shades of Big Stone #2E4146
Tints of Big Stone #2E4146
RGB
CMYK
RGB Variations
Color information
#2E4146 (or 0x2E4146) is known color: Big Stone. HEX triplet: 2E, 41 and 46. RGB value is (46,65,70). Sum of RGB (Red+Green+Blue) = 46+65+70=181 (23% of max value = 765). Red value is 46 (18.36% from 255 or 25.41% from 181); Green value is 65 (25.78% from 255 or 35.91% from 181); Blue value is 70 (27.73% from 255 or 38.67% from 181); Max value from RGB is 70 - color contains mainly: blue. Hex color #2E4146 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E4146 is #D1BEB9. Grayscale: #3B3B3B. Windows color (decimal): -13745850 or 4604206. OLE color: 4604206.
HSL color Cylindrical-coordinate representation of color #2E4146: hue angle of 192.5º degrees, saturation: 0.21, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #2E4146 is Cyan = 0.34, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 46 | 65 | 70 | - |
| CMYK | 0.34 | 0.07 | 0 | 0.73 |
| HSL | 192.5º | 0.21% | 0.23% | - |
| HSV(B) | 192.5º | 0.34% | 0.27% | - |
| XYZ | 4.12 | 4.8 | 6.5 | - |
| YUV | 59.89 | 133.71 | 118.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 65 | 70 | 0.34 | 0.07 | 0 | 0.73 | 192.5 | 0.21 | 0.23 |
| Hex | 2E | 41 | 46 | 22 | 7 | 0 | 49 | C0 | 15 | 17 |
| Octal | 56 | 101 | 106 | 42 | 7 | 0 | 111 | 300 | 25 | 27 |
| Binary | 101110 | 1000001 | 1000110 | 100010 | 111 | 0 | 1001001 | 11000000 | 10101 | 10111 |
Color Harmonies of #2E4146
Complementary color
Monochromatic Colors of #2E4146
Black with #2E4146
Text Example
Text Example
White with #2E4146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E4146; }
p { color: rgb(46,65,70); }
H1.HeaderClassName
{
color: #2E4146;
}
.AnyTagClassName
{
color: #2E4146;
}
</style>
background-color css
<style>
a { background-color: #2E4146; }
a { background-color: rgb(46,65,70); }
div.DivClassName
{
background-color: #2E4146;
}
.BgClassName
{
background-color: #2E4146;
}
</style>
border-color css
<style>
span { border-color: #2E4146; }
span { border-color: rgb(46,65,70); }
td.TdClassName
{
border-color: #2E4146;
}
.TagClassName
{
border-color: #2E4146;
}
</style>