Shades of Oil #353932
Tints of Oil #353932
RGB
CMYK
RGB Variations
Color information
#353932 (or 0x353932) is known color: Oil. HEX triplet: 35, 39 and 32. RGB value is (53,57,50). Sum of RGB (Red+Green+Blue) = 53+57+50=160 (21% of max value = 765). Red value is 53 (21.09% from 255 or 33.12% from 160); Green value is 57 (22.66% from 255 or 35.62% from 160); Blue value is 50 (19.92% from 255 or 31.25% from 160); Max value from RGB is 57 - color contains mainly: green. Hex color #353932 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353932 is #CAC6CD. Grayscale: #373737. Windows color (decimal): -13289166 or 3291445. OLE color: 3291445.
HSL color Cylindrical-coordinate representation of color #353932: hue angle of 94.29º 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 #353932 is Cyan = 0.07, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 53 | 57 | 50 | - |
| CMYK | 0.07 | 0 | 0.12 | 0.78 |
| HSL | 94.29º | 0.07% | 0.21% | - |
| HSV(B) | 94.29º | 0.12% | 0.22% | - |
| XYZ | 3.51 | 3.91 | 3.59 | - |
| YUV | 55.01 | 125.17 | 126.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 57 | 50 | 0.07 | 0 | 0.12 | 0.78 | 94.29 | 0.07 | 0.21 |
| Hex | 35 | 39 | 32 | 7 | 0 | C | 4E | 5E | 7 | 15 |
| Octal | 65 | 71 | 62 | 7 | 0 | 14 | 116 | 136 | 7 | 25 |
| Binary | 110101 | 111001 | 110010 | 111 | 0 | 1100 | 1001110 | 1011110 | 111 | 10101 |
Color Harmonies of #353932
Complementary color
Monochromatic Colors of #353932
Black with #353932
Text Example
Text Example
White with #353932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353932; }
p { color: rgb(53,57,50); }
H1.HeaderClassName
{
color: #353932;
}
.AnyTagClassName
{
color: #353932;
}
</style>
background-color css
<style>
a { background-color: #353932; }
a { background-color: rgb(53,57,50); }
div.DivClassName
{
background-color: #353932;
}
.BgClassName
{
background-color: #353932;
}
</style>
border-color css
<style>
span { border-color: #353932; }
span { border-color: rgb(53,57,50); }
td.TdClassName
{
border-color: #353932;
}
.TagClassName
{
border-color: #353932;
}
</style>