Shades of Oil #30372D
Tints of Oil #30372D
RGB
CMYK
RGB Variations
Color information
#30372D (or 0x30372D) is known color: Oil. HEX triplet: 30, 37 and 2D. RGB value is (48,55,45). Sum of RGB (Red+Green+Blue) = 48+55+45=148 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32.43% from 148); Green value is 55 (21.88% from 255 or 37.16% from 148); Blue value is 45 (17.97% from 255 or 30.41% from 148); Max value from RGB is 55 - color contains mainly: green. Hex color #30372D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30372D is #CFC8D2. Grayscale: #333333. Windows color (decimal): -13617363 or 2963248. OLE color: 2963248.
HSL color Cylindrical-coordinate representation of color #30372D: hue angle of 102º degrees, saturation: 0.1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #30372D is Cyan = 0.13, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 48 | 55 | 45 | - |
| CMYK | 0.13 | 0 | 0.18 | 0.78 |
| HSL | 102º | 0.1% | 0.2% | - |
| HSV(B) | 102º | 0.18% | 0.22% | - |
| XYZ | 3.06 | 3.55 | 3.01 | - |
| YUV | 51.77 | 124.18 | 125.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 55 | 45 | 0.13 | 0 | 0.18 | 0.78 | 102 | 0.1 | 0.2 |
| Hex | 30 | 37 | 2D | D | 0 | 12 | 4E | 66 | A | 14 |
| Octal | 60 | 67 | 55 | 15 | 0 | 22 | 116 | 146 | 12 | 24 |
| Binary | 110000 | 110111 | 101101 | 1101 | 0 | 10010 | 1001110 | 1100110 | 1010 | 10100 |
Color Harmonies of #30372D
Complementary color
Monochromatic Colors of #30372D
Black with #30372D
Text Example
Text Example
White with #30372D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30372D; }
p { color: rgb(48,55,45); }
H1.HeaderClassName
{
color: #30372D;
}
.AnyTagClassName
{
color: #30372D;
}
</style>
background-color css
<style>
a { background-color: #30372D; }
a { background-color: rgb(48,55,45); }
div.DivClassName
{
background-color: #30372D;
}
.BgClassName
{
background-color: #30372D;
}
</style>
border-color css
<style>
span { border-color: #30372D; }
span { border-color: rgb(48,55,45); }
td.TdClassName
{
border-color: #30372D;
}
.TagClassName
{
border-color: #30372D;
}
</style>