Shades of Oil #2B3826
Tints of Oil #2B3826
RGB
CMYK
RGB Variations
Color information
#2B3826 (or 0x2B3826) is known color: Oil. HEX triplet: 2B, 38 and 26. RGB value is (43,56,38). Sum of RGB (Red+Green+Blue) = 43+56+38=137 (18% of max value = 765). Red value is 43 (17.19% from 255 or 31.39% from 137); Green value is 56 (22.27% from 255 or 40.88% from 137); Blue value is 38 (15.23% from 255 or 27.74% from 137); Max value from RGB is 56 - color contains mainly: green. Hex color #2B3826 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B3826 is #D4C7D9. Grayscale: #323232. Windows color (decimal): -13944794 or 2504747. OLE color: 2504747.
HSL color Cylindrical-coordinate representation of color #2B3826: hue angle of 103.33º degrees, saturation: 0.19, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #2B3826 is Cyan = 0.23, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.78.
Color convert
RGB | 43 | 56 | 38 | - |
CMYK | 0.23 | 0 | 0.32 | 0.78 |
HSL | 103.33º | 0.19% | 0.18% | - |
HSV(B) | 103.33º | 0.32% | 0.22% | - |
XYZ | 2.76 | 3.48 | 2.36 | - |
YUV | 50.06 | 121.19 | 122.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 43 | 56 | 38 | 0.23 | 0 | 0.32 | 0.78 | 103.33 | 0.19 | 0.18 |
Hex | 2B | 38 | 26 | 17 | 0 | 20 | 4E | 67 | 13 | 12 |
Octal | 53 | 70 | 46 | 27 | 0 | 40 | 116 | 147 | 23 | 22 |
Binary | 101011 | 111000 | 100110 | 10111 | 0 | 100000 | 1001110 | 1100111 | 10011 | 10010 |
Color Harmonies of #2B3826
Complementary color
Monochromatic Colors of #2B3826
Black with #2B3826
Text Example
Text Example
White with #2B3826
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B3826; }
p { color: rgb(43,56,38); }
H1.HeaderClassName
{
color: #2B3826;
}
.AnyTagClassName
{
color: #2B3826;
}
</style>
background-color css
<style>
a { background-color: #2B3826; }
a { background-color: rgb(43,56,38); }
div.DivClassName
{
background-color: #2B3826;
}
.BgClassName
{
background-color: #2B3826;
}
</style>
border-color css
<style>
span { border-color: #2B3826; }
span { border-color: rgb(43,56,38); }
td.TdClassName
{
border-color: #2B3826;
}
.TagClassName
{
border-color: #2B3826;
}
</style>