Shades of Black Magic #302412
Tints of Black Magic #302412
RGB
CMYK
RGB Variations
Color information
#302412 (or 0x302412) is known color: Black Magic. HEX triplet: 30, 24 and 12. RGB value is (48,36,18). Sum of RGB (Red+Green+Blue) = 48+36+18=102 (13% of max value = 765). Red value is 48 (19.14% from 255 or 47.06% from 102); Green value is 36 (14.45% from 255 or 35.29% from 102); Blue value is 18 (7.42% from 255 or 17.65% from 102); Max value from RGB is 48 - color contains mainly: red. Hex color #302412 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302412 is #CFDBED. Grayscale: #252525. Windows color (decimal): -13622254 or 1188912. OLE color: 1188912.
HSL color Cylindrical-coordinate representation of color #302412: hue angle of 36º degrees, saturation: 0.45, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #302412 is Cyan = 0, Magento = 0.25, Yellow = 0.63 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 36 | 18 | - |
| CMYK | 0 | 0.25 | 0.63 | 0.81 |
| HSL | 36º | 0.45% | 0.13% | - |
| HSV(B) | 36º | 0.63% | 0.19% | - |
| XYZ | 1.96 | 1.93 | 0.84 | - |
| YUV | 37.54 | 116.98 | 135.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 36 | 18 | 0 | 0.25 | 0.63 | 0.81 | 36 | 0.45 | 0.13 |
| Hex | 30 | 24 | 12 | 0 | 19 | 3F | 51 | 24 | 2D | D |
| Octal | 60 | 44 | 22 | 0 | 31 | 77 | 121 | 44 | 55 | 15 |
| Binary | 110000 | 100100 | 10010 | 0 | 11001 | 111111 | 1010001 | 100100 | 101101 | 1101 |
Color Harmonies of #302412
Complementary color
Monochromatic Colors of #302412
Black with #302412
Text Example
Text Example
White with #302412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302412; }
p { color: rgb(48,36,18); }
H1.HeaderClassName
{
color: #302412;
}
.AnyTagClassName
{
color: #302412;
}
</style>
background-color css
<style>
a { background-color: #302412; }
a { background-color: rgb(48,36,18); }
div.DivClassName
{
background-color: #302412;
}
.BgClassName
{
background-color: #302412;
}
</style>
border-color css
<style>
span { border-color: #302412; }
span { border-color: rgb(48,36,18); }
td.TdClassName
{
border-color: #302412;
}
.TagClassName
{
border-color: #302412;
}
</style>