Shades of Oil #343732
Tints of Oil #343732
RGB
CMYK
RGB Variations
Color information
#343732 (or 0x343732) is known color: Oil. HEX triplet: 34, 37 and 32. RGB value is (52,55,50). Sum of RGB (Red+Green+Blue) = 52+55+50=157 (20% of max value = 765). Red value is 52 (20.70% from 255 or 33.12% from 157); Green value is 55 (21.88% from 255 or 35.03% from 157); Blue value is 50 (19.92% from 255 or 31.85% from 157); Max value from RGB is 55 - color contains mainly: green. Hex color #343732 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343732 is #CBC8CD. Grayscale: #353535. Windows color (decimal): -13355214 or 3290932. OLE color: 3290932.
HSL color Cylindrical-coordinate representation of color #343732: hue angle of 96º 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 #343732 is Cyan = 0.05, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 52 | 55 | 50 | - |
| CMYK | 0.05 | 0 | 0.09 | 0.78 |
| HSL | 96º | 0.05% | 0.21% | - |
| HSV(B) | 96º | 0.09% | 0.22% | - |
| XYZ | 3.36 | 3.69 | 3.55 | - |
| YUV | 53.53 | 126.01 | 126.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 55 | 50 | 0.05 | 0 | 0.09 | 0.78 | 96 | 0.05 | 0.21 |
| Hex | 34 | 37 | 32 | 5 | 0 | 9 | 4E | 60 | 5 | 15 |
| Octal | 64 | 67 | 62 | 5 | 0 | 11 | 116 | 140 | 5 | 25 |
| Binary | 110100 | 110111 | 110010 | 101 | 0 | 1001 | 1001110 | 1100000 | 101 | 10101 |
Color Harmonies of #343732
Complementary color
Monochromatic Colors of #343732
Black with #343732
Text Example
Text Example
White with #343732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343732; }
p { color: rgb(52,55,50); }
H1.HeaderClassName
{
color: #343732;
}
.AnyTagClassName
{
color: #343732;
}
</style>
background-color css
<style>
a { background-color: #343732; }
a { background-color: rgb(52,55,50); }
div.DivClassName
{
background-color: #343732;
}
.BgClassName
{
background-color: #343732;
}
</style>
border-color css
<style>
span { border-color: #343732; }
span { border-color: rgb(52,55,50); }
td.TdClassName
{
border-color: #343732;
}
.TagClassName
{
border-color: #343732;
}
</style>