Shades of Oil #343930
Tints of Oil #343930
RGB
CMYK
RGB Variations
Color information
#343930 (or 0x343930) is known color: Oil. HEX triplet: 34, 39 and 30. RGB value is (52,57,48). Sum of RGB (Red+Green+Blue) = 52+57+48=157 (20% of max value = 765). Red value is 52 (20.70% from 255 or 33.12% from 157); Green value is 57 (22.66% from 255 or 36.31% from 157); Blue value is 48 (19.14% from 255 or 30.57% from 157); Max value from RGB is 57 - color contains mainly: green. Hex color #343930 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343930 is #CBC6CF. Grayscale: #363636. Windows color (decimal): -13354704 or 3160372. OLE color: 3160372.
HSL color Cylindrical-coordinate representation of color #343930: hue angle of 93.33º degrees, saturation: 0.09, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #343930 is Cyan = 0.09, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 52 | 57 | 48 | - |
| CMYK | 0.09 | 0 | 0.16 | 0.78 |
| HSL | 93.33º | 0.09% | 0.21% | - |
| HSV(B) | 93.33º | 0.16% | 0.22% | - |
| XYZ | 3.41 | 3.87 | 3.36 | - |
| YUV | 54.48 | 124.34 | 126.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 57 | 48 | 0.09 | 0 | 0.16 | 0.78 | 93.33 | 0.09 | 0.21 |
| Hex | 34 | 39 | 30 | 9 | 0 | 10 | 4E | 5D | 9 | 15 |
| Octal | 64 | 71 | 60 | 11 | 0 | 20 | 116 | 135 | 11 | 25 |
| Binary | 110100 | 111001 | 110000 | 1001 | 0 | 10000 | 1001110 | 1011101 | 1001 | 10101 |
Color Harmonies of #343930
Complementary color
Monochromatic Colors of #343930
Black with #343930
Text Example
Text Example
White with #343930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343930; }
p { color: rgb(52,57,48); }
H1.HeaderClassName
{
color: #343930;
}
.AnyTagClassName
{
color: #343930;
}
</style>
background-color css
<style>
a { background-color: #343930; }
a { background-color: rgb(52,57,48); }
div.DivClassName
{
background-color: #343930;
}
.BgClassName
{
background-color: #343930;
}
</style>
border-color css
<style>
span { border-color: #343930; }
span { border-color: rgb(52,57,48); }
td.TdClassName
{
border-color: #343930;
}
.TagClassName
{
border-color: #343930;
}
</style>