Shades of Oil #2B3727
Tints of Oil #2B3727
RGB
CMYK
RGB Variations
Color information
#2B3727 (or 0x2B3727) is known color: Oil. HEX triplet: 2B, 37 and 27. RGB value is (43,55,39). Sum of RGB (Red+Green+Blue) = 43+55+39=137 (18% of max value = 765). Red value is 43 (17.19% from 255 or 31.39% from 137); Green value is 55 (21.88% from 255 or 40.15% from 137); Blue value is 39 (15.62% from 255 or 28.47% from 137); Max value from RGB is 55 - color contains mainly: green. Hex color #2B3727 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B3727 is #D4C8D8. Grayscale: #313131. Windows color (decimal): -13945049 or 2570027. OLE color: 2570027.
HSL color Cylindrical-coordinate representation of color #2B3727: hue angle of 105º degrees, saturation: 0.17, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #2B3727 is Cyan = 0.22, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.78.
Color convert
RGB | 43 | 55 | 39 | - |
CMYK | 0.22 | 0 | 0.29 | 0.78 |
HSL | 105º | 0.17% | 0.18% | - |
HSV(B) | 105º | 0.29% | 0.22% | - |
XYZ | 2.73 | 3.39 | 2.43 | - |
YUV | 49.59 | 122.02 | 123.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 43 | 55 | 39 | 0.22 | 0 | 0.29 | 0.78 | 105 | 0.17 | 0.18 |
Hex | 2B | 37 | 27 | 16 | 0 | 1D | 4E | 69 | 11 | 12 |
Octal | 53 | 67 | 47 | 26 | 0 | 35 | 116 | 151 | 21 | 22 |
Binary | 101011 | 110111 | 100111 | 10110 | 0 | 11101 | 1001110 | 1101001 | 10001 | 10010 |
Color Harmonies of #2B3727
Complementary color
Monochromatic Colors of #2B3727
Black with #2B3727
Text Example
Text Example
White with #2B3727
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B3727; }
p { color: rgb(43,55,39); }
H1.HeaderClassName
{
color: #2B3727;
}
.AnyTagClassName
{
color: #2B3727;
}
</style>
background-color css
<style>
a { background-color: #2B3727; }
a { background-color: rgb(43,55,39); }
div.DivClassName
{
background-color: #2B3727;
}
.BgClassName
{
background-color: #2B3727;
}
</style>
border-color css
<style>
span { border-color: #2B3727; }
span { border-color: rgb(43,55,39); }
td.TdClassName
{
border-color: #2B3727;
}
.TagClassName
{
border-color: #2B3727;
}
</style>