Shades of Oil #2D332B
Tints of Oil #2D332B
RGB
CMYK
RGB Variations
Color information
#2D332B (or 0x2D332B) is known color: Oil. HEX triplet: 2D, 33 and 2B. RGB value is (45,51,43). Sum of RGB (Red+Green+Blue) = 45+51+43=139 (18% of max value = 765). Red value is 45 (17.97% from 255 or 32.37% from 139); Green value is 51 (20.31% from 255 or 36.69% from 139); Blue value is 43 (17.19% from 255 or 30.94% from 139); Max value from RGB is 51 - color contains mainly: green. Hex color #2D332B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D332B is #D2CCD4. Grayscale: #303030. Windows color (decimal): -13814997 or 2831149. OLE color: 2831149.
HSL color Cylindrical-coordinate representation of color #2D332B: hue angle of 105º degrees, saturation: 0.09, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #2D332B is Cyan = 0.12, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.8.
Color convert
RGB | 45 | 51 | 43 | - |
CMYK | 0.12 | 0 | 0.16 | 0.8 |
HSL | 105º | 0.09% | 0.18% | - |
HSV(B) | 105º | 0.16% | 0.2% | - |
XYZ | 2.7 | 3.1 | 2.74 | - |
YUV | 48.29 | 125.01 | 125.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 45 | 51 | 43 | 0.12 | 0 | 0.16 | 0.8 | 105 | 0.09 | 0.18 |
Hex | 2D | 33 | 2B | C | 0 | 10 | 50 | 69 | 9 | 12 |
Octal | 55 | 63 | 53 | 14 | 0 | 20 | 120 | 151 | 11 | 22 |
Binary | 101101 | 110011 | 101011 | 1100 | 0 | 10000 | 1010000 | 1101001 | 1001 | 10010 |
Color Harmonies of #2D332B
Complementary color
Monochromatic Colors of #2D332B
Black with #2D332B
Text Example
Text Example
White with #2D332B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D332B; }
p { color: rgb(45,51,43); }
H1.HeaderClassName
{
color: #2D332B;
}
.AnyTagClassName
{
color: #2D332B;
}
</style>
background-color css
<style>
a { background-color: #2D332B; }
a { background-color: rgb(45,51,43); }
div.DivClassName
{
background-color: #2D332B;
}
.BgClassName
{
background-color: #2D332B;
}
</style>
border-color css
<style>
span { border-color: #2D332B; }
span { border-color: rgb(45,51,43); }
td.TdClassName
{
border-color: #2D332B;
}
.TagClassName
{
border-color: #2D332B;
}
</style>