Shades of Oil #323A2F
Tints of Oil #323A2F
RGB
CMYK
RGB Variations
Color information
#323A2F (or 0x323A2F) is known color: Oil. HEX triplet: 32, 3A and 2F. RGB value is (50,58,47). Sum of RGB (Red+Green+Blue) = 50+58+47=155 (20% of max value = 765). Red value is 50 (19.92% from 255 or 32.26% from 155); Green value is 58 (23.05% from 255 or 37.42% from 155); Blue value is 47 (18.75% from 255 or 30.32% from 155); Max value from RGB is 58 - color contains mainly: green. Hex color #323A2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323A2F is #CDC5D0. Grayscale: #363636. Windows color (decimal): -13485521 or 3095090. OLE color: 3095090.
HSL color Cylindrical-coordinate representation of color #323A2F: hue angle of 103.64º degrees, saturation: 0.1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #323A2F is Cyan = 0.14, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 50 | 58 | 47 | - |
| CMYK | 0.14 | 0 | 0.19 | 0.77 |
| HSL | 103.64º | 0.1% | 0.21% | - |
| HSV(B) | 103.64º | 0.19% | 0.23% | - |
| XYZ | 3.34 | 3.91 | 3.27 | - |
| YUV | 54.35 | 123.85 | 124.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 58 | 47 | 0.14 | 0 | 0.19 | 0.77 | 103.64 | 0.1 | 0.21 |
| Hex | 32 | 3A | 2F | E | 0 | 13 | 4D | 68 | A | 15 |
| Octal | 62 | 72 | 57 | 16 | 0 | 23 | 115 | 150 | 12 | 25 |
| Binary | 110010 | 111010 | 101111 | 1110 | 0 | 10011 | 1001101 | 1101000 | 1010 | 10101 |
Color Harmonies of #323A2F
Complementary color
Monochromatic Colors of #323A2F
Black with #323A2F
Text Example
Text Example
White with #323A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323A2F; }
p { color: rgb(50,58,47); }
H1.HeaderClassName
{
color: #323A2F;
}
.AnyTagClassName
{
color: #323A2F;
}
</style>
background-color css
<style>
a { background-color: #323A2F; }
a { background-color: rgb(50,58,47); }
div.DivClassName
{
background-color: #323A2F;
}
.BgClassName
{
background-color: #323A2F;
}
</style>
border-color css
<style>
span { border-color: #323A2F; }
span { border-color: rgb(50,58,47); }
td.TdClassName
{
border-color: #323A2F;
}
.TagClassName
{
border-color: #323A2F;
}
</style>