Shades of Oil #323B30
Tints of Oil #323B30
RGB
CMYK
RGB Variations
Color information
#323B30 (or 0x323B30) is known color: Oil. HEX triplet: 32, 3B and 30. RGB value is (50,59,48). Sum of RGB (Red+Green+Blue) = 50+59+48=157 (20% of max value = 765). Red value is 50 (19.92% from 255 or 31.85% from 157); Green value is 59 (23.44% from 255 or 37.58% from 157); Blue value is 48 (19.14% from 255 or 30.57% from 157); Max value from RGB is 59 - color contains mainly: green. Hex color #323B30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323B30 is #CDC4CF. Grayscale: #373737. Windows color (decimal): -13485264 or 3160882. OLE color: 3160882.
HSL color Cylindrical-coordinate representation of color #323B30: hue angle of 109.09º 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 #323B30 is Cyan = 0.15, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 50 | 59 | 48 | - |
| CMYK | 0.15 | 0 | 0.19 | 0.77 |
| HSL | 109.09º | 0.1% | 0.21% | - |
| HSV(B) | 109.09º | 0.19% | 0.23% | - |
| XYZ | 3.41 | 4.02 | 3.39 | - |
| YUV | 55.06 | 124.02 | 124.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 59 | 48 | 0.15 | 0 | 0.19 | 0.77 | 109.09 | 0.1 | 0.21 |
| Hex | 32 | 3B | 30 | F | 0 | 13 | 4D | 6D | A | 15 |
| Octal | 62 | 73 | 60 | 17 | 0 | 23 | 115 | 155 | 12 | 25 |
| Binary | 110010 | 111011 | 110000 | 1111 | 0 | 10011 | 1001101 | 1101101 | 1010 | 10101 |
Color Harmonies of #323B30
Complementary color
Monochromatic Colors of #323B30
Black with #323B30
Text Example
Text Example
White with #323B30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323B30; }
p { color: rgb(50,59,48); }
H1.HeaderClassName
{
color: #323B30;
}
.AnyTagClassName
{
color: #323B30;
}
</style>
background-color css
<style>
a { background-color: #323B30; }
a { background-color: rgb(50,59,48); }
div.DivClassName
{
background-color: #323B30;
}
.BgClassName
{
background-color: #323B30;
}
</style>
border-color css
<style>
span { border-color: #323B30; }
span { border-color: rgb(50,59,48); }
td.TdClassName
{
border-color: #323B30;
}
.TagClassName
{
border-color: #323B30;
}
</style>