Shades of Oil #2D362B
Tints of Oil #2D362B
RGB
CMYK
RGB Variations
Color information
#2D362B (or 0x2D362B) is known color: Oil. HEX triplet: 2D, 36 and 2B. RGB value is (45,54,43). Sum of RGB (Red+Green+Blue) = 45+54+43=142 (18% of max value = 765). Red value is 45 (17.97% from 255 or 31.69% from 142); Green value is 54 (21.48% from 255 or 38.03% from 142); Blue value is 43 (17.19% from 255 or 30.28% from 142); Max value from RGB is 54 - color contains mainly: green. Hex color #2D362B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D362B is #D2C9D4. Grayscale: #323232. Windows color (decimal): -13814229 or 2831917. OLE color: 2831917.
HSL color Cylindrical-coordinate representation of color #2D362B: hue angle of 109.09º degrees, saturation: 0.11, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #2D362B is Cyan = 0.17, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 45 | 54 | 43 | - |
| CMYK | 0.17 | 0 | 0.20 | 0.79 |
| HSL | 109.09º | 0.11% | 0.19% | - |
| HSV(B) | 109.09º | 0.2% | 0.21% | - |
| XYZ | 2.84 | 3.37 | 2.79 | - |
| YUV | 50.06 | 124.02 | 124.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 54 | 43 | 0.17 | 0 | 0.20 | 0.79 | 109.09 | 0.11 | 0.19 |
| Hex | 2D | 36 | 2B | 11 | 0 | 14 | 4F | 6D | B | 13 |
| Octal | 55 | 66 | 53 | 21 | 0 | 24 | 117 | 155 | 13 | 23 |
| Binary | 101101 | 110110 | 101011 | 10001 | 0 | 10100 | 1001111 | 1101101 | 1011 | 10011 |
Color Harmonies of #2D362B
Complementary color
Monochromatic Colors of #2D362B
Black with #2D362B
Text Example
Text Example
White with #2D362B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D362B; }
p { color: rgb(45,54,43); }
H1.HeaderClassName
{
color: #2D362B;
}
.AnyTagClassName
{
color: #2D362B;
}
</style>
background-color css
<style>
a { background-color: #2D362B; }
a { background-color: rgb(45,54,43); }
div.DivClassName
{
background-color: #2D362B;
}
.BgClassName
{
background-color: #2D362B;
}
</style>
border-color css
<style>
span { border-color: #2D362B; }
span { border-color: rgb(45,54,43); }
td.TdClassName
{
border-color: #2D362B;
}
.TagClassName
{
border-color: #2D362B;
}
</style>