Shades of Oil #333D2E
Tints of Oil #333D2E
RGB
CMYK
RGB Variations
Color information
#333D2E (or 0x333D2E) is known color: Oil. HEX triplet: 33, 3D and 2E. RGB value is (51,61,46). Sum of RGB (Red+Green+Blue) = 51+61+46=158 (20% of max value = 765). Red value is 51 (20.31% from 255 or 32.28% from 158); Green value is 61 (24.22% from 255 or 38.61% from 158); Blue value is 46 (18.36% from 255 or 29.11% from 158); Max value from RGB is 61 - color contains mainly: green. Hex color #333D2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333D2E is #CCC2D1. Grayscale: #383838. Windows color (decimal): -13419218 or 3030323. OLE color: 3030323.
HSL color Cylindrical-coordinate representation of color #333D2E: hue angle of 100º degrees, saturation: 0.14, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #333D2E is Cyan = 0.16, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 51 | 61 | 46 | - |
| CMYK | 0.16 | 0 | 0.25 | 0.76 |
| HSL | 100º | 0.14% | 0.21% | - |
| HSV(B) | 100º | 0.25% | 0.24% | - |
| XYZ | 3.53 | 4.24 | 3.22 | - |
| YUV | 56.3 | 122.19 | 124.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 61 | 46 | 0.16 | 0 | 0.25 | 0.76 | 100 | 0.14 | 0.21 |
| Hex | 33 | 3D | 2E | 10 | 0 | 19 | 4C | 64 | E | 15 |
| Octal | 63 | 75 | 56 | 20 | 0 | 31 | 114 | 144 | 16 | 25 |
| Binary | 110011 | 111101 | 101110 | 10000 | 0 | 11001 | 1001100 | 1100100 | 1110 | 10101 |
Color Harmonies of #333D2E
Complementary color
Monochromatic Colors of #333D2E
Black with #333D2E
Text Example
Text Example
White with #333D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333D2E; }
p { color: rgb(51,61,46); }
H1.HeaderClassName
{
color: #333D2E;
}
.AnyTagClassName
{
color: #333D2E;
}
</style>
background-color css
<style>
a { background-color: #333D2E; }
a { background-color: rgb(51,61,46); }
div.DivClassName
{
background-color: #333D2E;
}
.BgClassName
{
background-color: #333D2E;
}
</style>
border-color css
<style>
span { border-color: #333D2E; }
span { border-color: rgb(51,61,46); }
td.TdClassName
{
border-color: #333D2E;
}
.TagClassName
{
border-color: #333D2E;
}
</style>