Shades of Oil #353A34
Tints of Oil #353A34
RGB
CMYK
RGB Variations
Color information
#353A34 (or 0x353A34) is known color: Oil. HEX triplet: 35, 3A and 34. RGB value is (53,58,52). Sum of RGB (Red+Green+Blue) = 53+58+52=163 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.52% from 163); Green value is 58 (23.05% from 255 or 35.58% from 163); Blue value is 52 (20.70% from 255 or 31.90% from 163); Max value from RGB is 58 - color contains mainly: green. Hex color #353A34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353A34 is #CAC5CB. Grayscale: #373737. Windows color (decimal): -13288908 or 3422773. OLE color: 3422773.
HSL color Cylindrical-coordinate representation of color #353A34: hue angle of 110º degrees, saturation: 0.05, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #353A34 is Cyan = 0.09, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 53 | 58 | 52 | - |
| CMYK | 0.09 | 0 | 0.10 | 0.77 |
| HSL | 110º | 0.05% | 0.22% | - |
| HSV(B) | 110º | 0.1% | 0.23% | - |
| XYZ | 3.6 | 4.03 | 3.84 | - |
| YUV | 55.82 | 125.84 | 125.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 58 | 52 | 0.09 | 0 | 0.10 | 0.77 | 110 | 0.05 | 0.22 |
| Hex | 35 | 3A | 34 | 9 | 0 | A | 4D | 6E | 5 | 16 |
| Octal | 65 | 72 | 64 | 11 | 0 | 12 | 115 | 156 | 5 | 26 |
| Binary | 110101 | 111010 | 110100 | 1001 | 0 | 1010 | 1001101 | 1101110 | 101 | 10110 |
Color Harmonies of #353A34
Complementary color
Monochromatic Colors of #353A34
Black with #353A34
Text Example
Text Example
White with #353A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353A34; }
p { color: rgb(53,58,52); }
H1.HeaderClassName
{
color: #353A34;
}
.AnyTagClassName
{
color: #353A34;
}
</style>
background-color css
<style>
a { background-color: #353A34; }
a { background-color: rgb(53,58,52); }
div.DivClassName
{
background-color: #353A34;
}
.BgClassName
{
background-color: #353A34;
}
</style>
border-color css
<style>
span { border-color: #353A34; }
span { border-color: rgb(53,58,52); }
td.TdClassName
{
border-color: #353A34;
}
.TagClassName
{
border-color: #353A34;
}
</style>