Shades of Oil #323C2F
Tints of Oil #323C2F
RGB
CMYK
RGB Variations
Color information
#323C2F (or 0x323C2F) is known color: Oil. HEX triplet: 32, 3C and 2F. RGB value is (50,60,47). Sum of RGB (Red+Green+Blue) = 50+60+47=157 (20% of max value = 765). Red value is 50 (19.92% from 255 or 31.85% from 157); Green value is 60 (23.83% from 255 or 38.22% from 157); Blue value is 47 (18.75% from 255 or 29.94% from 157); Max value from RGB is 60 - color contains mainly: green. Hex color #323C2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323C2F is #CDC3D0. Grayscale: #373737. Windows color (decimal): -13485009 or 3095602. OLE color: 3095602.
HSL color Cylindrical-coordinate representation of color #323C2F: hue angle of 106.15º degrees, saturation: 0.12, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #323C2F is Cyan = 0.17, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 50 | 60 | 47 | - |
| CMYK | 0.17 | 0 | 0.22 | 0.76 |
| HSL | 106.15º | 0.12% | 0.21% | - |
| HSV(B) | 106.15º | 0.22% | 0.24% | - |
| XYZ | 3.44 | 4.12 | 3.3 | - |
| YUV | 55.53 | 123.19 | 124.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 60 | 47 | 0.17 | 0 | 0.22 | 0.76 | 106.15 | 0.12 | 0.21 |
| Hex | 32 | 3C | 2F | 11 | 0 | 16 | 4C | 6A | C | 15 |
| Octal | 62 | 74 | 57 | 21 | 0 | 26 | 114 | 152 | 14 | 25 |
| Binary | 110010 | 111100 | 101111 | 10001 | 0 | 10110 | 1001100 | 1101010 | 1100 | 10101 |
Color Harmonies of #323C2F
Complementary color
Monochromatic Colors of #323C2F
Black with #323C2F
Text Example
Text Example
White with #323C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323C2F; }
p { color: rgb(50,60,47); }
H1.HeaderClassName
{
color: #323C2F;
}
.AnyTagClassName
{
color: #323C2F;
}
</style>
background-color css
<style>
a { background-color: #323C2F; }
a { background-color: rgb(50,60,47); }
div.DivClassName
{
background-color: #323C2F;
}
.BgClassName
{
background-color: #323C2F;
}
</style>
border-color css
<style>
span { border-color: #323C2F; }
span { border-color: rgb(50,60,47); }
td.TdClassName
{
border-color: #323C2F;
}
.TagClassName
{
border-color: #323C2F;
}
</style>