Shades of Oil #2B2E2A
Tints of Oil #2B2E2A
RGB
CMYK
RGB Variations
Color information
#2B2E2A (or 0x2B2E2A) is known color: Oil. HEX triplet: 2B, 2E and 2A. RGB value is (43,46,42). Sum of RGB (Red+Green+Blue) = 43+46+42=131 (17% of max value = 765). Red value is 43 (17.19% from 255 or 32.82% from 131); Green value is 46 (18.36% from 255 or 35.11% from 131); Blue value is 42 (16.80% from 255 or 32.06% from 131); Max value from RGB is 46 - color contains mainly: green. Hex color #2B2E2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B2E2A is #D4D1D5. Grayscale: #2C2C2C. Windows color (decimal): -13947350 or 2764331. OLE color: 2764331.
HSL color Cylindrical-coordinate representation of color #2B2E2A: hue angle of 105º degrees, saturation: 0.05, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #2B2E2A is Cyan = 0.07, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.82.
Color convert
RGB | 43 | 46 | 42 | - |
CMYK | 0.07 | 0 | 0.09 | 0.82 |
HSL | 105º | 0.05% | 0.17% | - |
HSV(B) | 105º | 0.09% | 0.18% | - |
XYZ | 2.39 | 2.63 | 2.57 | - |
YUV | 44.65 | 126.51 | 126.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 43 | 46 | 42 | 0.07 | 0 | 0.09 | 0.82 | 105 | 0.05 | 0.17 |
Hex | 2B | 2E | 2A | 7 | 0 | 9 | 52 | 69 | 5 | 11 |
Octal | 53 | 56 | 52 | 7 | 0 | 11 | 122 | 151 | 5 | 21 |
Binary | 101011 | 101110 | 101010 | 111 | 0 | 1001 | 1010010 | 1101001 | 101 | 10001 |
Color Harmonies of #2B2E2A
Complementary color
Monochromatic Colors of #2B2E2A
Black with #2B2E2A
Text Example
Text Example
White with #2B2E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2E2A; }
p { color: rgb(43,46,42); }
H1.HeaderClassName
{
color: #2B2E2A;
}
.AnyTagClassName
{
color: #2B2E2A;
}
</style>
background-color css
<style>
a { background-color: #2B2E2A; }
a { background-color: rgb(43,46,42); }
div.DivClassName
{
background-color: #2B2E2A;
}
.BgClassName
{
background-color: #2B2E2A;
}
</style>
border-color css
<style>
span { border-color: #2B2E2A; }
span { border-color: rgb(43,46,42); }
td.TdClassName
{
border-color: #2B2E2A;
}
.TagClassName
{
border-color: #2B2E2A;
}
</style>