Shades of Black Magic #30240E
Tints of Black Magic #30240E
RGB
CMYK
RGB Variations
Color information
#30240E (or 0x30240E) is known color: Black Magic. HEX triplet: 30, 24 and 0E. RGB value is (48,36,14). Sum of RGB (Red+Green+Blue) = 48+36+14=98 (12% of max value = 765). Red value is 48 (19.14% from 255 or 48.98% from 98); Green value is 36 (14.45% from 255 or 36.73% from 98); Blue value is 14 (5.86% from 255 or 14.29% from 98); Max value from RGB is 48 - color contains mainly: red. Hex color #30240E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #30240E is #CFDBF1. Grayscale: #252525. Windows color (decimal): -13622258 or 926768. OLE color: 926768.
HSL color Cylindrical-coordinate representation of color #30240E: hue angle of 38.82º degrees, saturation: 0.55, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #30240E is Cyan = 0, Magento = 0.25, Yellow = 0.71 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 36 | 14 | - |
| CMYK | 0 | 0.25 | 0.71 | 0.81 |
| HSL | 38.82º | 0.55% | 0.12% | - |
| HSV(B) | 38.82º | 0.71% | 0.19% | - |
| XYZ | 1.93 | 1.92 | 0.68 | - |
| YUV | 37.08 | 114.98 | 135.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 36 | 14 | 0 | 0.25 | 0.71 | 0.81 | 38.82 | 0.55 | 0.12 |
| Hex | 30 | 24 | E | 0 | 19 | 47 | 51 | 27 | 37 | C |
| Octal | 60 | 44 | 16 | 0 | 31 | 107 | 121 | 47 | 67 | 14 |
| Binary | 110000 | 100100 | 1110 | 0 | 11001 | 1000111 | 1010001 | 100111 | 110111 | 1100 |
Color Harmonies of #30240E
Complementary color
Monochromatic Colors of #30240E
Black with #30240E
Text Example
Text Example
White with #30240E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30240E; }
p { color: rgb(48,36,14); }
H1.HeaderClassName
{
color: #30240E;
}
.AnyTagClassName
{
color: #30240E;
}
</style>
background-color css
<style>
a { background-color: #30240E; }
a { background-color: rgb(48,36,14); }
div.DivClassName
{
background-color: #30240E;
}
.BgClassName
{
background-color: #30240E;
}
</style>
border-color css
<style>
span { border-color: #30240E; }
span { border-color: rgb(48,36,14); }
td.TdClassName
{
border-color: #30240E;
}
.TagClassName
{
border-color: #30240E;
}
</style>