Shades of Oil #30332F
Tints of Oil #30332F
RGB
CMYK
RGB Variations
Color information
#30332F (or 0x30332F) is known color: Oil. HEX triplet: 30, 33 and 2F. RGB value is (48,51,47). Sum of RGB (Red+Green+Blue) = 48+51+47=146 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32.88% from 146); Green value is 51 (20.31% from 255 or 34.93% from 146); Blue value is 47 (18.75% from 255 or 32.19% from 146); Max value from RGB is 51 - color contains mainly: green. Hex color #30332F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30332F is #CFCCD0. Grayscale: #313131. Windows color (decimal): -13618385 or 3093296. OLE color: 3093296.
HSL color Cylindrical-coordinate representation of color #30332F: hue angle of 105º degrees, saturation: 0.04, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #30332F is Cyan = 0.06, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 48 | 51 | 47 | - |
| CMYK | 0.06 | 0 | 0.08 | 0.8 |
| HSL | 105º | 0.04% | 0.19% | - |
| HSV(B) | 105º | 0.08% | 0.2% | - |
| XYZ | 2.92 | 3.2 | 3.15 | - |
| YUV | 49.65 | 126.51 | 126.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 51 | 47 | 0.06 | 0 | 0.08 | 0.8 | 105 | 0.04 | 0.19 |
| Hex | 30 | 33 | 2F | 6 | 0 | 8 | 50 | 69 | 4 | 13 |
| Octal | 60 | 63 | 57 | 6 | 0 | 10 | 120 | 151 | 4 | 23 |
| Binary | 110000 | 110011 | 101111 | 110 | 0 | 1000 | 1010000 | 1101001 | 100 | 10011 |
Color Harmonies of #30332F
Complementary color
Monochromatic Colors of #30332F
Black with #30332F
Text Example
Text Example
White with #30332F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30332F; }
p { color: rgb(48,51,47); }
H1.HeaderClassName
{
color: #30332F;
}
.AnyTagClassName
{
color: #30332F;
}
</style>
background-color css
<style>
a { background-color: #30332F; }
a { background-color: rgb(48,51,47); }
div.DivClassName
{
background-color: #30332F;
}
.BgClassName
{
background-color: #30332F;
}
</style>
border-color css
<style>
span { border-color: #30332F; }
span { border-color: rgb(48,51,47); }
td.TdClassName
{
border-color: #30332F;
}
.TagClassName
{
border-color: #30332F;
}
</style>