Shades of Big Stone #2E3A41
Tints of Big Stone #2E3A41
RGB
CMYK
RGB Variations
Color information
#2E3A41 (or 0x2E3A41) is known color: Big Stone. HEX triplet: 2E, 3A and 41. RGB value is (46,58,65). Sum of RGB (Red+Green+Blue) = 46+58+65=169 (22% of max value = 765). Red value is 46 (18.36% from 255 or 27.22% from 169); Green value is 58 (23.05% from 255 or 34.32% from 169); Blue value is 65 (25.78% from 255 or 38.46% from 169); Max value from RGB is 65 - color contains mainly: blue. Hex color #2E3A41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3A41 is #D1C5BE. Grayscale: #373737. Windows color (decimal): -13747647 or 4274734. OLE color: 4274734.
HSL color Cylindrical-coordinate representation of color #2E3A41: hue angle of 202.11º degrees, saturation: 0.17, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #2E3A41 is Cyan = 0.29, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 46 | 58 | 65 | - |
| CMYK | 0.29 | 0.11 | 0 | 0.75 |
| HSL | 202.11º | 0.17% | 0.22% | - |
| HSV(B) | 202.11º | 0.29% | 0.25% | - |
| XYZ | 3.59 | 3.99 | 5.58 | - |
| YUV | 55.21 | 133.52 | 121.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 58 | 65 | 0.29 | 0.11 | 0 | 0.75 | 202.11 | 0.17 | 0.22 |
| Hex | 2E | 3A | 41 | 1D | B | 0 | 4B | CA | 11 | 16 |
| Octal | 56 | 72 | 101 | 35 | 13 | 0 | 113 | 312 | 21 | 26 |
| Binary | 101110 | 111010 | 1000001 | 11101 | 1011 | 0 | 1001011 | 11001010 | 10001 | 10110 |
Color Harmonies of #2E3A41
Complementary color
Monochromatic Colors of #2E3A41
Black with #2E3A41
Text Example
Text Example
White with #2E3A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3A41; }
p { color: rgb(46,58,65); }
H1.HeaderClassName
{
color: #2E3A41;
}
.AnyTagClassName
{
color: #2E3A41;
}
</style>
background-color css
<style>
a { background-color: #2E3A41; }
a { background-color: rgb(46,58,65); }
div.DivClassName
{
background-color: #2E3A41;
}
.BgClassName
{
background-color: #2E3A41;
}
</style>
border-color css
<style>
span { border-color: #2E3A41; }
span { border-color: rgb(46,58,65); }
td.TdClassName
{
border-color: #2E3A41;
}
.TagClassName
{
border-color: #2E3A41;
}
</style>