Shades of Oil #2F392B
Tints of Oil #2F392B
RGB
CMYK
RGB Variations
Color information
#2F392B (or 0x2F392B) is known color: Oil. HEX triplet: 2F, 39 and 2B. RGB value is (47,57,43). Sum of RGB (Red+Green+Blue) = 47+57+43=147 (19% of max value = 765). Red value is 47 (18.75% from 255 or 31.97% from 147); Green value is 57 (22.66% from 255 or 38.78% from 147); Blue value is 43 (17.19% from 255 or 29.25% from 147); Max value from RGB is 57 - color contains mainly: green. Hex color #2F392B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F392B is #D0C6D4. Grayscale: #343434. Windows color (decimal): -13682389 or 2832687. OLE color: 2832687.
HSL color Cylindrical-coordinate representation of color #2F392B: hue angle of 102.86º degrees, saturation: 0.14, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #2F392B is Cyan = 0.18, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.78.
Color convert
RGB | 47 | 57 | 43 | - |
CMYK | 0.18 | 0 | 0.25 | 0.78 |
HSL | 102.86º | 0.14% | 0.2% | - |
HSV(B) | 102.86º | 0.25% | 0.22% | - |
XYZ | 3.07 | 3.71 | 2.84 | - |
YUV | 52.41 | 122.69 | 124.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 47 | 57 | 43 | 0.18 | 0 | 0.25 | 0.78 | 102.86 | 0.14 | 0.2 |
Hex | 2F | 39 | 2B | 12 | 0 | 19 | 4E | 67 | E | 14 |
Octal | 57 | 71 | 53 | 22 | 0 | 31 | 116 | 147 | 16 | 24 |
Binary | 101111 | 111001 | 101011 | 10010 | 0 | 11001 | 1001110 | 1100111 | 1110 | 10100 |
Color Harmonies of #2F392B
Complementary color
Monochromatic Colors of #2F392B
Black with #2F392B
Text Example
Text Example
White with #2F392B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F392B; }
p { color: rgb(47,57,43); }
H1.HeaderClassName
{
color: #2F392B;
}
.AnyTagClassName
{
color: #2F392B;
}
</style>
background-color css
<style>
a { background-color: #2F392B; }
a { background-color: rgb(47,57,43); }
div.DivClassName
{
background-color: #2F392B;
}
.BgClassName
{
background-color: #2F392B;
}
</style>
border-color css
<style>
span { border-color: #2F392B; }
span { border-color: rgb(47,57,43); }
td.TdClassName
{
border-color: #2F392B;
}
.TagClassName
{
border-color: #2F392B;
}
</style>