Shades of Oil #353934
Tints of Oil #353934
RGB
CMYK
RGB Variations
Color information
#353934 (or 0x353934) is known color: Oil. HEX triplet: 35, 39 and 34. RGB value is (53,57,52). Sum of RGB (Red+Green+Blue) = 53+57+52=162 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.72% from 162); Green value is 57 (22.66% from 255 or 35.19% from 162); Blue value is 52 (20.70% from 255 or 32.10% from 162); Max value from RGB is 57 - color contains mainly: green. Hex color #353934 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353934 is #CAC6CB. Grayscale: #373737. Windows color (decimal): -13289164 or 3422517. OLE color: 3422517.
HSL color Cylindrical-coordinate representation of color #353934: hue angle of 108º degrees, saturation: 0.05, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #353934 is Cyan = 0.07, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 53 | 57 | 52 | - |
| CMYK | 0.07 | 0 | 0.09 | 0.78 |
| HSL | 108º | 0.05% | 0.21% | - |
| HSV(B) | 108º | 0.09% | 0.22% | - |
| XYZ | 3.55 | 3.93 | 3.82 | - |
| YUV | 55.23 | 126.17 | 126.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 57 | 52 | 0.07 | 0 | 0.09 | 0.78 | 108 | 0.05 | 0.21 |
| Hex | 35 | 39 | 34 | 7 | 0 | 9 | 4E | 6C | 5 | 15 |
| Octal | 65 | 71 | 64 | 7 | 0 | 11 | 116 | 154 | 5 | 25 |
| Binary | 110101 | 111001 | 110100 | 111 | 0 | 1001 | 1001110 | 1101100 | 101 | 10101 |
Color Harmonies of #353934
Complementary color
Monochromatic Colors of #353934
Black with #353934
Text Example
Text Example
White with #353934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353934; }
p { color: rgb(53,57,52); }
H1.HeaderClassName
{
color: #353934;
}
.AnyTagClassName
{
color: #353934;
}
</style>
background-color css
<style>
a { background-color: #353934; }
a { background-color: rgb(53,57,52); }
div.DivClassName
{
background-color: #353934;
}
.BgClassName
{
background-color: #353934;
}
</style>
border-color css
<style>
span { border-color: #353934; }
span { border-color: rgb(53,57,52); }
td.TdClassName
{
border-color: #353934;
}
.TagClassName
{
border-color: #353934;
}
</style>