Shades of Oil #333B2F
Tints of Oil #333B2F
RGB
CMYK
RGB Variations
Color information
#333B2F (or 0x333B2F) is known color: Oil. HEX triplet: 33, 3B and 2F. RGB value is (51,59,47). Sum of RGB (Red+Green+Blue) = 51+59+47=157 (20% of max value = 765). Red value is 51 (20.31% from 255 or 32.48% from 157); Green value is 59 (23.44% from 255 or 37.58% from 157); Blue value is 47 (18.75% from 255 or 29.94% from 157); Max value from RGB is 59 - color contains mainly: green. Hex color #333B2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333B2F is #CCC4D0. Grayscale: #373737. Windows color (decimal): -13419729 or 3095347. OLE color: 3095347.
HSL color Cylindrical-coordinate representation of color #333B2F: hue angle of 100º degrees, saturation: 0.11, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #333B2F is Cyan = 0.14, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 51 | 59 | 47 | - |
| CMYK | 0.14 | 0 | 0.20 | 0.77 |
| HSL | 100º | 0.11% | 0.21% | - |
| HSV(B) | 100º | 0.2% | 0.23% | - |
| XYZ | 3.44 | 4.04 | 3.29 | - |
| YUV | 55.24 | 123.35 | 124.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 59 | 47 | 0.14 | 0 | 0.20 | 0.77 | 100 | 0.11 | 0.21 |
| Hex | 33 | 3B | 2F | E | 0 | 14 | 4D | 64 | B | 15 |
| Octal | 63 | 73 | 57 | 16 | 0 | 24 | 115 | 144 | 13 | 25 |
| Binary | 110011 | 111011 | 101111 | 1110 | 0 | 10100 | 1001101 | 1100100 | 1011 | 10101 |
Color Harmonies of #333B2F
Complementary color
Monochromatic Colors of #333B2F
Black with #333B2F
Text Example
Text Example
White with #333B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333B2F; }
p { color: rgb(51,59,47); }
H1.HeaderClassName
{
color: #333B2F;
}
.AnyTagClassName
{
color: #333B2F;
}
</style>
background-color css
<style>
a { background-color: #333B2F; }
a { background-color: rgb(51,59,47); }
div.DivClassName
{
background-color: #333B2F;
}
.BgClassName
{
background-color: #333B2F;
}
</style>
border-color css
<style>
span { border-color: #333B2F; }
span { border-color: rgb(51,59,47); }
td.TdClassName
{
border-color: #333B2F;
}
.TagClassName
{
border-color: #333B2F;
}
</style>