Shades of Oil #333831
Tints of Oil #333831
RGB
CMYK
RGB Variations
Color information
#333831 (or 0x333831) is known color: Oil. HEX triplet: 33, 38 and 31. RGB value is (51,56,49). Sum of RGB (Red+Green+Blue) = 51+56+49=156 (20% of max value = 765). Red value is 51 (20.31% from 255 or 32.69% from 156); Green value is 56 (22.27% from 255 or 35.90% from 156); Blue value is 49 (19.53% from 255 or 31.41% from 156); Max value from RGB is 56 - color contains mainly: green. Hex color #333831 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333831 is #CCC7CE. Grayscale: #353535. Windows color (decimal): -13420495 or 3225651. OLE color: 3225651.
HSL color Cylindrical-coordinate representation of color #333831: hue angle of 102.86º degrees, saturation: 0.07, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #333831 is Cyan = 0.09, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 51 | 56 | 49 | - |
| CMYK | 0.09 | 0 | 0.12 | 0.78 |
| HSL | 102.86º | 0.07% | 0.21% | - |
| HSV(B) | 102.86º | 0.13% | 0.22% | - |
| XYZ | 3.33 | 3.75 | 3.45 | - |
| YUV | 53.71 | 125.34 | 126.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 56 | 49 | 0.09 | 0 | 0.12 | 0.78 | 102.86 | 0.07 | 0.21 |
| Hex | 33 | 38 | 31 | 9 | 0 | C | 4E | 67 | 7 | 15 |
| Octal | 63 | 70 | 61 | 11 | 0 | 14 | 116 | 147 | 7 | 25 |
| Binary | 110011 | 111000 | 110001 | 1001 | 0 | 1100 | 1001110 | 1100111 | 111 | 10101 |
Color Harmonies of #333831
Complementary color
Monochromatic Colors of #333831
Black with #333831
Text Example
Text Example
White with #333831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333831; }
p { color: rgb(51,56,49); }
H1.HeaderClassName
{
color: #333831;
}
.AnyTagClassName
{
color: #333831;
}
</style>
background-color css
<style>
a { background-color: #333831; }
a { background-color: rgb(51,56,49); }
div.DivClassName
{
background-color: #333831;
}
.BgClassName
{
background-color: #333831;
}
</style>
border-color css
<style>
span { border-color: #333831; }
span { border-color: rgb(51,56,49); }
td.TdClassName
{
border-color: #333831;
}
.TagClassName
{
border-color: #333831;
}
</style>