Shades of Oil #2B3128
Tints of Oil #2B3128
RGB
CMYK
RGB Variations
Color information
#2B3128 (or 0x2B3128) is known color: Oil. HEX triplet: 2B, 31 and 28. RGB value is (43,49,40). Sum of RGB (Red+Green+Blue) = 43+49+40=132 (17% of max value = 765). Red value is 43 (17.19% from 255 or 32.58% from 132); Green value is 49 (19.53% from 255 or 37.12% from 132); Blue value is 40 (16.02% from 255 or 30.30% from 132); Max value from RGB is 49 - color contains mainly: green. Hex color #2B3128 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B3128 is #D4CED7. Grayscale: #2E2E2E. Windows color (decimal): -13946584 or 2634027. OLE color: 2634027.
HSL color Cylindrical-coordinate representation of color #2B3128: hue angle of 100º degrees, saturation: 0.1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #2B3128 is Cyan = 0.12, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 43 | 49 | 40 | - |
| CMYK | 0.12 | 0 | 0.18 | 0.81 |
| HSL | 100º | 0.1% | 0.17% | - |
| HSV(B) | 100º | 0.18% | 0.19% | - |
| XYZ | 2.48 | 2.86 | 2.43 | - |
| YUV | 46.18 | 124.51 | 125.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 49 | 40 | 0.12 | 0 | 0.18 | 0.81 | 100 | 0.1 | 0.17 |
| Hex | 2B | 31 | 28 | C | 0 | 12 | 51 | 64 | A | 11 |
| Octal | 53 | 61 | 50 | 14 | 0 | 22 | 121 | 144 | 12 | 21 |
| Binary | 101011 | 110001 | 101000 | 1100 | 0 | 10010 | 1010001 | 1100100 | 1010 | 10001 |
Color Harmonies of #2B3128
Complementary color
Monochromatic Colors of #2B3128
Black with #2B3128
Text Example
Text Example
White with #2B3128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B3128; }
p { color: rgb(43,49,40); }
H1.HeaderClassName
{
color: #2B3128;
}
.AnyTagClassName
{
color: #2B3128;
}
</style>
background-color css
<style>
a { background-color: #2B3128; }
a { background-color: rgb(43,49,40); }
div.DivClassName
{
background-color: #2B3128;
}
.BgClassName
{
background-color: #2B3128;
}
</style>
border-color css
<style>
span { border-color: #2B3128; }
span { border-color: rgb(43,49,40); }
td.TdClassName
{
border-color: #2B3128;
}
.TagClassName
{
border-color: #2B3128;
}
</style>