Shades of Oil #303A2E
Tints of Oil #303A2E
RGB
CMYK
RGB Variations
Color information
#303A2E (or 0x303A2E) is known color: Oil. HEX triplet: 30, 3A and 2E. RGB value is (48,58,46). Sum of RGB (Red+Green+Blue) = 48+58+46=152 (20% of max value = 765). Red value is 48 (19.14% from 255 or 31.58% from 152); Green value is 58 (23.05% from 255 or 38.16% from 152); Blue value is 46 (18.36% from 255 or 30.26% from 152); Max value from RGB is 58 - color contains mainly: green. Hex color #303A2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303A2E is #CFC5D1. Grayscale: #353535. Windows color (decimal): -13616594 or 3029552. OLE color: 3029552.
HSL color Cylindrical-coordinate representation of color #303A2E: hue angle of 110º degrees, saturation: 0.12, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #303A2E is Cyan = 0.17, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 48 | 58 | 46 | - |
| CMYK | 0.17 | 0 | 0.21 | 0.77 |
| HSL | 110º | 0.12% | 0.2% | - |
| HSV(B) | 110º | 0.21% | 0.23% | - |
| XYZ | 3.23 | 3.85 | 3.16 | - |
| YUV | 53.64 | 123.69 | 123.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 58 | 46 | 0.17 | 0 | 0.21 | 0.77 | 110 | 0.12 | 0.2 |
| Hex | 30 | 3A | 2E | 11 | 0 | 15 | 4D | 6E | C | 14 |
| Octal | 60 | 72 | 56 | 21 | 0 | 25 | 115 | 156 | 14 | 24 |
| Binary | 110000 | 111010 | 101110 | 10001 | 0 | 10101 | 1001101 | 1101110 | 1100 | 10100 |
Color Harmonies of #303A2E
Complementary color
Monochromatic Colors of #303A2E
Black with #303A2E
Text Example
Text Example
White with #303A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303A2E; }
p { color: rgb(48,58,46); }
H1.HeaderClassName
{
color: #303A2E;
}
.AnyTagClassName
{
color: #303A2E;
}
</style>
background-color css
<style>
a { background-color: #303A2E; }
a { background-color: rgb(48,58,46); }
div.DivClassName
{
background-color: #303A2E;
}
.BgClassName
{
background-color: #303A2E;
}
</style>
border-color css
<style>
span { border-color: #303A2E; }
span { border-color: rgb(48,58,46); }
td.TdClassName
{
border-color: #303A2E;
}
.TagClassName
{
border-color: #303A2E;
}
</style>