Shades of Oil #353C31
Tints of Oil #353C31
RGB
CMYK
RGB Variations
Color information
#353C31 (or 0x353C31) is known color: Oil. HEX triplet: 35, 3C and 31. RGB value is (53,60,49). Sum of RGB (Red+Green+Blue) = 53+60+49=162 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.72% from 162); Green value is 60 (23.83% from 255 or 37.04% from 162); Blue value is 49 (19.53% from 255 or 30.25% from 162); Max value from RGB is 60 - color contains mainly: green. Hex color #353C31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353C31 is #CAC3CE. Grayscale: #383838. Windows color (decimal): -13288399 or 3226677. OLE color: 3226677.
HSL color Cylindrical-coordinate representation of color #353C31: hue angle of 98.18º degrees, saturation: 0.1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #353C31 is Cyan = 0.12, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 53 | 60 | 49 | - |
| CMYK | 0.12 | 0 | 0.18 | 0.76 |
| HSL | 98.18º | 0.1% | 0.21% | - |
| HSV(B) | 98.18º | 0.18% | 0.24% | - |
| XYZ | 3.64 | 4.21 | 3.53 | - |
| YUV | 56.65 | 123.68 | 125.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 60 | 49 | 0.12 | 0 | 0.18 | 0.76 | 98.18 | 0.1 | 0.21 |
| Hex | 35 | 3C | 31 | C | 0 | 12 | 4C | 62 | A | 15 |
| Octal | 65 | 74 | 61 | 14 | 0 | 22 | 114 | 142 | 12 | 25 |
| Binary | 110101 | 111100 | 110001 | 1100 | 0 | 10010 | 1001100 | 1100010 | 1010 | 10101 |
Color Harmonies of #353C31
Complementary color
Monochromatic Colors of #353C31
Black with #353C31
Text Example
Text Example
White with #353C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353C31; }
p { color: rgb(53,60,49); }
H1.HeaderClassName
{
color: #353C31;
}
.AnyTagClassName
{
color: #353C31;
}
</style>
background-color css
<style>
a { background-color: #353C31; }
a { background-color: rgb(53,60,49); }
div.DivClassName
{
background-color: #353C31;
}
.BgClassName
{
background-color: #353C31;
}
</style>
border-color css
<style>
span { border-color: #353C31; }
span { border-color: rgb(53,60,49); }
td.TdClassName
{
border-color: #353C31;
}
.TagClassName
{
border-color: #353C31;
}
</style>