Shades of Oil #2B3726
Tints of Oil #2B3726
RGB
CMYK
RGB Variations
Color information
#2B3726 (or 0x2B3726) is known color: Oil. HEX triplet: 2B, 37 and 26. RGB value is (43,55,38). Sum of RGB (Red+Green+Blue) = 43+55+38=136 (18% of max value = 765). Red value is 43 (17.19% from 255 or 31.62% from 136); Green value is 55 (21.88% from 255 or 40.44% from 136); Blue value is 38 (15.23% from 255 or 27.94% from 136); Max value from RGB is 55 - color contains mainly: green. Hex color #2B3726 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B3726 is #D4C8D9. Grayscale: #313131. Windows color (decimal): -13945050 or 2504491. OLE color: 2504491.
HSL color Cylindrical-coordinate representation of color #2B3726: hue angle of 102.35º degrees, saturation: 0.18, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #2B3726 is Cyan = 0.22, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 43 | 55 | 38 | - |
| CMYK | 0.22 | 0 | 0.31 | 0.78 |
| HSL | 102.35º | 0.18% | 0.18% | - |
| HSV(B) | 102.35º | 0.31% | 0.22% | - |
| XYZ | 2.71 | 3.39 | 2.34 | - |
| YUV | 49.47 | 121.52 | 123.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 55 | 38 | 0.22 | 0 | 0.31 | 0.78 | 102.35 | 0.18 | 0.18 |
| Hex | 2B | 37 | 26 | 16 | 0 | 1F | 4E | 66 | 12 | 12 |
| Octal | 53 | 67 | 46 | 26 | 0 | 37 | 116 | 146 | 22 | 22 |
| Binary | 101011 | 110111 | 100110 | 10110 | 0 | 11111 | 1001110 | 1100110 | 10010 | 10010 |
Color Harmonies of #2B3726
Complementary color
Monochromatic Colors of #2B3726
Black with #2B3726
Text Example
Text Example
White with #2B3726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B3726; }
p { color: rgb(43,55,38); }
H1.HeaderClassName
{
color: #2B3726;
}
.AnyTagClassName
{
color: #2B3726;
}
</style>
background-color css
<style>
a { background-color: #2B3726; }
a { background-color: rgb(43,55,38); }
div.DivClassName
{
background-color: #2B3726;
}
.BgClassName
{
background-color: #2B3726;
}
</style>
border-color css
<style>
span { border-color: #2B3726; }
span { border-color: rgb(43,55,38); }
td.TdClassName
{
border-color: #2B3726;
}
.TagClassName
{
border-color: #2B3726;
}
</style>