Shades of Oil #343A33
Tints of Oil #343A33
RGB
CMYK
RGB Variations
Color information
#343A33 (or 0x343A33) is known color: Oil. HEX triplet: 34, 3A and 33. RGB value is (52,58,51). Sum of RGB (Red+Green+Blue) = 52+58+51=161 (21% of max value = 765). Red value is 52 (20.70% from 255 or 32.30% from 161); Green value is 58 (23.05% from 255 or 36.02% from 161); Blue value is 51 (20.31% from 255 or 31.68% from 161); Max value from RGB is 58 - color contains mainly: green. Hex color #343A33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343A33 is #CBC5CC. Grayscale: #373737. Windows color (decimal): -13354445 or 3357236. OLE color: 3357236.
HSL color Cylindrical-coordinate representation of color #343A33: hue angle of 111.43º degrees, saturation: 0.06, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #343A33 is Cyan = 0.10, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 52 | 58 | 51 | - |
| CMYK | 0.10 | 0 | 0.12 | 0.77 |
| HSL | 111.43º | 0.06% | 0.21% | - |
| HSV(B) | 111.43º | 0.12% | 0.23% | - |
| XYZ | 3.53 | 4 | 3.72 | - |
| YUV | 55.41 | 125.51 | 125.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 58 | 51 | 0.10 | 0 | 0.12 | 0.77 | 111.43 | 0.06 | 0.21 |
| Hex | 34 | 3A | 33 | A | 0 | C | 4D | 6F | 6 | 15 |
| Octal | 64 | 72 | 63 | 12 | 0 | 14 | 115 | 157 | 6 | 25 |
| Binary | 110100 | 111010 | 110011 | 1010 | 0 | 1100 | 1001101 | 1101111 | 110 | 10101 |
Color Harmonies of #343A33
Complementary color
Monochromatic Colors of #343A33
Black with #343A33
Text Example
Text Example
White with #343A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343A33; }
p { color: rgb(52,58,51); }
H1.HeaderClassName
{
color: #343A33;
}
.AnyTagClassName
{
color: #343A33;
}
</style>
background-color css
<style>
a { background-color: #343A33; }
a { background-color: rgb(52,58,51); }
div.DivClassName
{
background-color: #343A33;
}
.BgClassName
{
background-color: #343A33;
}
</style>
border-color css
<style>
span { border-color: #343A33; }
span { border-color: rgb(52,58,51); }
td.TdClassName
{
border-color: #343A33;
}
.TagClassName
{
border-color: #343A33;
}
</style>