Shades of Oil #2C332A
Tints of Oil #2C332A
RGB
CMYK
RGB Variations
Color information
#2C332A (or 0x2C332A) is known color: Oil. HEX triplet: 2C, 33 and 2A. RGB value is (44,51,42). Sum of RGB (Red+Green+Blue) = 44+51+42=137 (18% of max value = 765). Red value is 44 (17.58% from 255 or 32.12% from 137); Green value is 51 (20.31% from 255 or 37.23% from 137); Blue value is 42 (16.80% from 255 or 30.66% from 137); Max value from RGB is 51 - color contains mainly: green. Hex color #2C332A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C332A is #D3CCD5. Grayscale: #2F2F2F. Windows color (decimal): -13880534 or 2765612. OLE color: 2765612.
HSL color Cylindrical-coordinate representation of color #2C332A: hue angle of 106.67º degrees, saturation: 0.1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #2C332A is Cyan = 0.14, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 44 | 51 | 42 | - |
| CMYK | 0.14 | 0 | 0.18 | 0.8 |
| HSL | 106.67º | 0.1% | 0.18% | - |
| HSV(B) | 106.67º | 0.18% | 0.2% | - |
| XYZ | 2.64 | 3.07 | 2.64 | - |
| YUV | 47.88 | 124.68 | 125.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 51 | 42 | 0.14 | 0 | 0.18 | 0.8 | 106.67 | 0.1 | 0.18 |
| Hex | 2C | 33 | 2A | E | 0 | 12 | 50 | 6B | A | 12 |
| Octal | 54 | 63 | 52 | 16 | 0 | 22 | 120 | 153 | 12 | 22 |
| Binary | 101100 | 110011 | 101010 | 1110 | 0 | 10010 | 1010000 | 1101011 | 1010 | 10010 |
Color Harmonies of #2C332A
Complementary color
Monochromatic Colors of #2C332A
Black with #2C332A
Text Example
Text Example
White with #2C332A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C332A; }
p { color: rgb(44,51,42); }
H1.HeaderClassName
{
color: #2C332A;
}
.AnyTagClassName
{
color: #2C332A;
}
</style>
background-color css
<style>
a { background-color: #2C332A; }
a { background-color: rgb(44,51,42); }
div.DivClassName
{
background-color: #2C332A;
}
.BgClassName
{
background-color: #2C332A;
}
</style>
border-color css
<style>
span { border-color: #2C332A; }
span { border-color: rgb(44,51,42); }
td.TdClassName
{
border-color: #2C332A;
}
.TagClassName
{
border-color: #2C332A;
}
</style>