Shades of Black Magic #30291E
Tints of Black Magic #30291E
RGB
CMYK
RGB Variations
Color information
#30291E (or 0x30291E) is known color: Black Magic. HEX triplet: 30, 29 and 1E. RGB value is (48,41,30). Sum of RGB (Red+Green+Blue) = 48+41+30=119 (15% of max value = 765). Red value is 48 (19.14% from 255 or 40.34% from 119); Green value is 41 (16.41% from 255 or 34.45% from 119); Blue value is 30 (12.11% from 255 or 25.21% from 119); Max value from RGB is 48 - color contains mainly: red. Hex color #30291E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30291E is #CFD6E1. Grayscale: #292929. Windows color (decimal): -13620962 or 1976624. OLE color: 1976624.
HSL color Cylindrical-coordinate representation of color #30291E: hue angle of 36.67º degrees, saturation: 0.23, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #30291E is Cyan = 0, Magento = 0.15, Yellow = 0.37 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 41 | 30 | - |
| CMYK | 0 | 0.15 | 0.37 | 0.81 |
| HSL | 36.67º | 0.23% | 0.15% | - |
| HSV(B) | 36.67º | 0.38% | 0.19% | - |
| XYZ | 2.25 | 2.31 | 1.56 | - |
| YUV | 41.84 | 121.32 | 132.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 41 | 30 | 0 | 0.15 | 0.37 | 0.81 | 36.67 | 0.23 | 0.15 |
| Hex | 30 | 29 | 1E | 0 | F | 25 | 51 | 25 | 17 | F |
| Octal | 60 | 51 | 36 | 0 | 17 | 45 | 121 | 45 | 27 | 17 |
| Binary | 110000 | 101001 | 11110 | 0 | 1111 | 100101 | 1010001 | 100101 | 10111 | 1111 |
Color Harmonies of #30291E
Complementary color
Monochromatic Colors of #30291E
Black with #30291E
Text Example
Text Example
White with #30291E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30291E; }
p { color: rgb(48,41,30); }
H1.HeaderClassName
{
color: #30291E;
}
.AnyTagClassName
{
color: #30291E;
}
</style>
background-color css
<style>
a { background-color: #30291E; }
a { background-color: rgb(48,41,30); }
div.DivClassName
{
background-color: #30291E;
}
.BgClassName
{
background-color: #30291E;
}
</style>
border-color css
<style>
span { border-color: #30291E; }
span { border-color: rgb(48,41,30); }
td.TdClassName
{
border-color: #30291E;
}
.TagClassName
{
border-color: #30291E;
}
</style>