Shades of Oil #2E342B
Tints of Oil #2E342B
RGB
CMYK
RGB Variations
Color information
#2E342B (or 0x2E342B) is known color: Oil. HEX triplet: 2E, 34 and 2B. RGB value is (46,52,43). Sum of RGB (Red+Green+Blue) = 46+52+43=141 (18% of max value = 765). Red value is 46 (18.36% from 255 or 32.62% from 141); Green value is 52 (20.70% from 255 or 36.88% from 141); Blue value is 43 (17.19% from 255 or 30.50% from 141); Max value from RGB is 52 - color contains mainly: green. Hex color #2E342B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E342B is #D1CBD4. Grayscale: #313131. Windows color (decimal): -13749205 or 2831406. OLE color: 2831406.
HSL color Cylindrical-coordinate representation of color #2E342B: hue angle of 100º degrees, saturation: 0.09, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #2E342B is Cyan = 0.12, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.80.
Color convert
RGB | 46 | 52 | 43 | - |
CMYK | 0.12 | 0 | 0.17 | 0.80 |
HSL | 100º | 0.09% | 0.19% | - |
HSV(B) | 100º | 0.17% | 0.2% | - |
XYZ | 2.79 | 3.21 | 2.76 | - |
YUV | 49.18 | 124.51 | 125.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 46 | 52 | 43 | 0.12 | 0 | 0.17 | 0.80 | 100 | 0.09 | 0.19 |
Hex | 2E | 34 | 2B | C | 0 | 11 | 50 | 64 | 9 | 13 |
Octal | 56 | 64 | 53 | 14 | 0 | 21 | 120 | 144 | 11 | 23 |
Binary | 101110 | 110100 | 101011 | 1100 | 0 | 10001 | 1010000 | 1100100 | 1001 | 10011 |
Color Harmonies of #2E342B
Complementary color
Monochromatic Colors of #2E342B
Black with #2E342B
Text Example
Text Example
White with #2E342B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E342B; }
p { color: rgb(46,52,43); }
H1.HeaderClassName
{
color: #2E342B;
}
.AnyTagClassName
{
color: #2E342B;
}
</style>
background-color css
<style>
a { background-color: #2E342B; }
a { background-color: rgb(46,52,43); }
div.DivClassName
{
background-color: #2E342B;
}
.BgClassName
{
background-color: #2E342B;
}
</style>
border-color css
<style>
span { border-color: #2E342B; }
span { border-color: rgb(46,52,43); }
td.TdClassName
{
border-color: #2E342B;
}
.TagClassName
{
border-color: #2E342B;
}
</style>