Shades of Oil #333A2F
Tints of Oil #333A2F
RGB
CMYK
RGB Variations
Color information
#333A2F (or 0x333A2F) is known color: Oil. HEX triplet: 33, 3A and 2F. RGB value is (51,58,47). Sum of RGB (Red+Green+Blue) = 51+58+47=156 (20% of max value = 765). Red value is 51 (20.31% from 255 or 32.69% from 156); Green value is 58 (23.05% from 255 or 37.18% from 156); Blue value is 47 (18.75% from 255 or 30.13% from 156); Max value from RGB is 58 - color contains mainly: green. Hex color #333A2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333A2F is #CCC5D0. Grayscale: #363636. Windows color (decimal): -13419985 or 3095091. OLE color: 3095091.
HSL color Cylindrical-coordinate representation of color #333A2F: hue angle of 98.18º degrees, saturation: 0.1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #333A2F is Cyan = 0.12, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 51 | 58 | 47 | - |
| CMYK | 0.12 | 0 | 0.19 | 0.77 |
| HSL | 98.18º | 0.1% | 0.21% | - |
| HSV(B) | 98.18º | 0.19% | 0.23% | - |
| XYZ | 3.39 | 3.94 | 3.27 | - |
| YUV | 54.65 | 123.68 | 125.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 58 | 47 | 0.12 | 0 | 0.19 | 0.77 | 98.18 | 0.1 | 0.21 |
| Hex | 33 | 3A | 2F | C | 0 | 13 | 4D | 62 | A | 15 |
| Octal | 63 | 72 | 57 | 14 | 0 | 23 | 115 | 142 | 12 | 25 |
| Binary | 110011 | 111010 | 101111 | 1100 | 0 | 10011 | 1001101 | 1100010 | 1010 | 10101 |
Color Harmonies of #333A2F
Complementary color
Monochromatic Colors of #333A2F
Black with #333A2F
Text Example
Text Example
White with #333A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333A2F; }
p { color: rgb(51,58,47); }
H1.HeaderClassName
{
color: #333A2F;
}
.AnyTagClassName
{
color: #333A2F;
}
</style>
background-color css
<style>
a { background-color: #333A2F; }
a { background-color: rgb(51,58,47); }
div.DivClassName
{
background-color: #333A2F;
}
.BgClassName
{
background-color: #333A2F;
}
</style>
border-color css
<style>
span { border-color: #333A2F; }
span { border-color: rgb(51,58,47); }
td.TdClassName
{
border-color: #333A2F;
}
.TagClassName
{
border-color: #333A2F;
}
</style>