Shades of Oil #343B31
Tints of Oil #343B31
RGB
CMYK
RGB Variations
Color information
#343B31 (or 0x343B31) is known color: Oil. HEX triplet: 34, 3B and 31. RGB value is (52,59,49). Sum of RGB (Red+Green+Blue) = 52+59+49=160 (21% of max value = 765). Red value is 52 (20.70% from 255 or 32.5% from 160); Green value is 59 (23.44% from 255 or 36.88% from 160); Blue value is 49 (19.53% from 255 or 30.62% from 160); Max value from RGB is 59 - color contains mainly: green. Hex color #343B31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343B31 is #CBC4CE. Grayscale: #373737. Windows color (decimal): -13354191 or 3226420. OLE color: 3226420.
HSL color Cylindrical-coordinate representation of color #343B31: hue angle of 102º degrees, saturation: 0.09, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #343B31 is Cyan = 0.12, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 52 | 59 | 49 | - |
| CMYK | 0.12 | 0 | 0.17 | 0.77 |
| HSL | 102º | 0.09% | 0.21% | - |
| HSV(B) | 102º | 0.17% | 0.23% | - |
| XYZ | 3.53 | 4.08 | 3.51 | - |
| YUV | 55.77 | 124.18 | 125.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 59 | 49 | 0.12 | 0 | 0.17 | 0.77 | 102 | 0.09 | 0.21 |
| Hex | 34 | 3B | 31 | C | 0 | 11 | 4D | 66 | 9 | 15 |
| Octal | 64 | 73 | 61 | 14 | 0 | 21 | 115 | 146 | 11 | 25 |
| Binary | 110100 | 111011 | 110001 | 1100 | 0 | 10001 | 1001101 | 1100110 | 1001 | 10101 |
Color Harmonies of #343B31
Complementary color
Monochromatic Colors of #343B31
Black with #343B31
Text Example
Text Example
White with #343B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343B31; }
p { color: rgb(52,59,49); }
H1.HeaderClassName
{
color: #343B31;
}
.AnyTagClassName
{
color: #343B31;
}
</style>
background-color css
<style>
a { background-color: #343B31; }
a { background-color: rgb(52,59,49); }
div.DivClassName
{
background-color: #343B31;
}
.BgClassName
{
background-color: #343B31;
}
</style>
border-color css
<style>
span { border-color: #343B31; }
span { border-color: rgb(52,59,49); }
td.TdClassName
{
border-color: #343B31;
}
.TagClassName
{
border-color: #343B31;
}
</style>