Shades of Oil #303B2E
Tints of Oil #303B2E
RGB
CMYK
RGB Variations
Color information
#303B2E (or 0x303B2E) is known color: Oil. HEX triplet: 30, 3B and 2E. RGB value is (48,59,46). Sum of RGB (Red+Green+Blue) = 48+59+46=153 (20% of max value = 765). Red value is 48 (19.14% from 255 or 31.37% from 153); Green value is 59 (23.44% from 255 or 38.56% from 153); Blue value is 46 (18.36% from 255 or 30.07% from 153); Max value from RGB is 59 - color contains mainly: green. Hex color #303B2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303B2E is #CFC4D1. Grayscale: #363636. Windows color (decimal): -13616338 or 3029808. OLE color: 3029808.
HSL color Cylindrical-coordinate representation of color #303B2E: hue angle of 110.77º degrees, saturation: 0.12, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #303B2E is Cyan = 0.19, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 48 | 59 | 46 | - |
| CMYK | 0.19 | 0 | 0.22 | 0.77 |
| HSL | 110.77º | 0.12% | 0.21% | - |
| HSV(B) | 110.77º | 0.22% | 0.23% | - |
| XYZ | 3.28 | 3.95 | 3.18 | - |
| YUV | 54.23 | 123.36 | 123.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 59 | 46 | 0.19 | 0 | 0.22 | 0.77 | 110.77 | 0.12 | 0.21 |
| Hex | 30 | 3B | 2E | 13 | 0 | 16 | 4D | 6F | C | 15 |
| Octal | 60 | 73 | 56 | 23 | 0 | 26 | 115 | 157 | 14 | 25 |
| Binary | 110000 | 111011 | 101110 | 10011 | 0 | 10110 | 1001101 | 1101111 | 1100 | 10101 |
Color Harmonies of #303B2E
Complementary color
Monochromatic Colors of #303B2E
Black with #303B2E
Text Example
Text Example
White with #303B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303B2E; }
p { color: rgb(48,59,46); }
H1.HeaderClassName
{
color: #303B2E;
}
.AnyTagClassName
{
color: #303B2E;
}
</style>
background-color css
<style>
a { background-color: #303B2E; }
a { background-color: rgb(48,59,46); }
div.DivClassName
{
background-color: #303B2E;
}
.BgClassName
{
background-color: #303B2E;
}
</style>
border-color css
<style>
span { border-color: #303B2E; }
span { border-color: rgb(48,59,46); }
td.TdClassName
{
border-color: #303B2E;
}
.TagClassName
{
border-color: #303B2E;
}
</style>