Shades of Oil #2B322A
Tints of Oil #2B322A
RGB
CMYK
RGB Variations
Color information
#2B322A (or 0x2B322A) is known color: Oil. HEX triplet: 2B, 32 and 2A. RGB value is (43,50,42). Sum of RGB (Red+Green+Blue) = 43+50+42=135 (17% of max value = 765). Red value is 43 (17.19% from 255 or 31.85% from 135); Green value is 50 (19.92% from 255 or 37.04% from 135); Blue value is 42 (16.80% from 255 or 31.11% from 135); Max value from RGB is 50 - color contains mainly: green. Hex color #2B322A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B322A is #D4CDD5. Grayscale: #2F2F2F. Windows color (decimal): -13946326 or 2765355. OLE color: 2765355.
HSL color Cylindrical-coordinate representation of color #2B322A: hue angle of 112.5º degrees, saturation: 0.09, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #2B322A is Cyan = 0.14, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 43 | 50 | 42 | - |
| CMYK | 0.14 | 0 | 0.16 | 0.80 |
| HSL | 112.5º | 0.09% | 0.18% | - |
| HSV(B) | 112.5º | 0.16% | 0.2% | - |
| XYZ | 2.55 | 2.96 | 2.63 | - |
| YUV | 47 | 125.18 | 125.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 50 | 42 | 0.14 | 0 | 0.16 | 0.80 | 112.5 | 0.09 | 0.18 |
| Hex | 2B | 32 | 2A | E | 0 | 10 | 50 | 70 | 9 | 12 |
| Octal | 53 | 62 | 52 | 16 | 0 | 20 | 120 | 160 | 11 | 22 |
| Binary | 101011 | 110010 | 101010 | 1110 | 0 | 10000 | 1010000 | 1110000 | 1001 | 10010 |
Color Harmonies of #2B322A
Complementary color
Monochromatic Colors of #2B322A
Black with #2B322A
Text Example
Text Example
White with #2B322A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B322A; }
p { color: rgb(43,50,42); }
H1.HeaderClassName
{
color: #2B322A;
}
.AnyTagClassName
{
color: #2B322A;
}
</style>
background-color css
<style>
a { background-color: #2B322A; }
a { background-color: rgb(43,50,42); }
div.DivClassName
{
background-color: #2B322A;
}
.BgClassName
{
background-color: #2B322A;
}
</style>
border-color css
<style>
span { border-color: #2B322A; }
span { border-color: rgb(43,50,42); }
td.TdClassName
{
border-color: #2B322A;
}
.TagClassName
{
border-color: #2B322A;
}
</style>