Shades of Oil #323C2B
Tints of Oil #323C2B
RGB
CMYK
RGB Variations
Color information
#323C2B (or 0x323C2B) is known color: Oil. HEX triplet: 32, 3C and 2B. RGB value is (50,60,43). Sum of RGB (Red+Green+Blue) = 50+60+43=153 (20% of max value = 765). Red value is 50 (19.92% from 255 or 32.68% from 153); Green value is 60 (23.83% from 255 or 39.22% from 153); Blue value is 43 (17.19% from 255 or 28.10% from 153); Max value from RGB is 60 - color contains mainly: green. Hex color #323C2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323C2B is #CDC3D4. Grayscale: #373737. Windows color (decimal): -13485013 or 2833458. OLE color: 2833458.
HSL color Cylindrical-coordinate representation of color #323C2B: hue angle of 95.29º degrees, saturation: 0.17, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #323C2B is Cyan = 0.17, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 50 | 60 | 43 | - |
| CMYK | 0.17 | 0 | 0.28 | 0.76 |
| HSL | 95.29º | 0.17% | 0.2% | - |
| HSV(B) | 95.29º | 0.28% | 0.24% | - |
| XYZ | 3.37 | 4.08 | 2.9 | - |
| YUV | 55.07 | 121.19 | 124.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 60 | 43 | 0.17 | 0 | 0.28 | 0.76 | 95.29 | 0.17 | 0.2 |
| Hex | 32 | 3C | 2B | 11 | 0 | 1C | 4C | 5F | 11 | 14 |
| Octal | 62 | 74 | 53 | 21 | 0 | 34 | 114 | 137 | 21 | 24 |
| Binary | 110010 | 111100 | 101011 | 10001 | 0 | 11100 | 1001100 | 1011111 | 10001 | 10100 |
Color Harmonies of #323C2B
Complementary color
Monochromatic Colors of #323C2B
Black with #323C2B
Text Example
Text Example
White with #323C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323C2B; }
p { color: rgb(50,60,43); }
H1.HeaderClassName
{
color: #323C2B;
}
.AnyTagClassName
{
color: #323C2B;
}
</style>
background-color css
<style>
a { background-color: #323C2B; }
a { background-color: rgb(50,60,43); }
div.DivClassName
{
background-color: #323C2B;
}
.BgClassName
{
background-color: #323C2B;
}
</style>
border-color css
<style>
span { border-color: #323C2B; }
span { border-color: rgb(50,60,43); }
td.TdClassName
{
border-color: #323C2B;
}
.TagClassName
{
border-color: #323C2B;
}
</style>