Shades of Oil #303A2D
Tints of Oil #303A2D
RGB
CMYK
RGB Variations
Color information
#303A2D (or 0x303A2D) is known color: Oil. HEX triplet: 30, 3A and 2D. RGB value is (48,58,45). Sum of RGB (Red+Green+Blue) = 48+58+45=151 (20% of max value = 765). Red value is 48 (19.14% from 255 or 31.79% from 151); Green value is 58 (23.05% from 255 or 38.41% from 151); Blue value is 45 (17.97% from 255 or 29.80% from 151); Max value from RGB is 58 - color contains mainly: green. Hex color #303A2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303A2D is #CFC5D2. Grayscale: #353535. Windows color (decimal): -13616595 or 2964016. OLE color: 2964016.
HSL color Cylindrical-coordinate representation of color #303A2D: hue angle of 106.15º degrees, saturation: 0.13, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #303A2D is Cyan = 0.17, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 48 | 58 | 45 | - |
| CMYK | 0.17 | 0 | 0.22 | 0.77 |
| HSL | 106.15º | 0.13% | 0.2% | - |
| HSV(B) | 106.15º | 0.22% | 0.23% | - |
| XYZ | 3.21 | 3.84 | 3.06 | - |
| YUV | 53.53 | 123.19 | 124.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 58 | 45 | 0.17 | 0 | 0.22 | 0.77 | 106.15 | 0.13 | 0.2 |
| Hex | 30 | 3A | 2D | 11 | 0 | 16 | 4D | 6A | D | 14 |
| Octal | 60 | 72 | 55 | 21 | 0 | 26 | 115 | 152 | 15 | 24 |
| Binary | 110000 | 111010 | 101101 | 10001 | 0 | 10110 | 1001101 | 1101010 | 1101 | 10100 |
Color Harmonies of #303A2D
Complementary color
Monochromatic Colors of #303A2D
Black with #303A2D
Text Example
Text Example
White with #303A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303A2D; }
p { color: rgb(48,58,45); }
H1.HeaderClassName
{
color: #303A2D;
}
.AnyTagClassName
{
color: #303A2D;
}
</style>
background-color css
<style>
a { background-color: #303A2D; }
a { background-color: rgb(48,58,45); }
div.DivClassName
{
background-color: #303A2D;
}
.BgClassName
{
background-color: #303A2D;
}
</style>
border-color css
<style>
span { border-color: #303A2D; }
span { border-color: rgb(48,58,45); }
td.TdClassName
{
border-color: #303A2D;
}
.TagClassName
{
border-color: #303A2D;
}
</style>