Shades of Oil #2F382B
Tints of Oil #2F382B
RGB
CMYK
RGB Variations
Color information
#2F382B (or 0x2F382B) is known color: Oil. HEX triplet: 2F, 38 and 2B. RGB value is (47,56,43). Sum of RGB (Red+Green+Blue) = 47+56+43=146 (19% of max value = 765). Red value is 47 (18.75% from 255 or 32.19% from 146); Green value is 56 (22.27% from 255 or 38.36% from 146); Blue value is 43 (17.19% from 255 or 29.45% from 146); Max value from RGB is 56 - color contains mainly: green. Hex color #2F382B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F382B is #D0C7D4. Grayscale: #333333. Windows color (decimal): -13682645 or 2832431. OLE color: 2832431.
HSL color Cylindrical-coordinate representation of color #2F382B: hue angle of 101.54º degrees, saturation: 0.13, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #2F382B is Cyan = 0.16, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 47 | 56 | 43 | - |
| CMYK | 0.16 | 0 | 0.23 | 0.78 |
| HSL | 101.54º | 0.13% | 0.19% | - |
| HSV(B) | 101.54º | 0.23% | 0.22% | - |
| XYZ | 3.02 | 3.61 | 2.82 | - |
| YUV | 51.83 | 123.02 | 124.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 56 | 43 | 0.16 | 0 | 0.23 | 0.78 | 101.54 | 0.13 | 0.19 |
| Hex | 2F | 38 | 2B | 10 | 0 | 17 | 4E | 66 | D | 13 |
| Octal | 57 | 70 | 53 | 20 | 0 | 27 | 116 | 146 | 15 | 23 |
| Binary | 101111 | 111000 | 101011 | 10000 | 0 | 10111 | 1001110 | 1100110 | 1101 | 10011 |
Color Harmonies of #2F382B
Complementary color
Monochromatic Colors of #2F382B
Black with #2F382B
Text Example
Text Example
White with #2F382B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F382B; }
p { color: rgb(47,56,43); }
H1.HeaderClassName
{
color: #2F382B;
}
.AnyTagClassName
{
color: #2F382B;
}
</style>
background-color css
<style>
a { background-color: #2F382B; }
a { background-color: rgb(47,56,43); }
div.DivClassName
{
background-color: #2F382B;
}
.BgClassName
{
background-color: #2F382B;
}
</style>
border-color css
<style>
span { border-color: #2F382B; }
span { border-color: rgb(47,56,43); }
td.TdClassName
{
border-color: #2F382B;
}
.TagClassName
{
border-color: #2F382B;
}
</style>