Shades of Black Magic #302104
Tints of Black Magic #302104
RGB
CMYK
RGB Variations
Color information
#302104 (or 0x302104) is known color: Black Magic. HEX triplet: 30, 21 and 04. RGB value is (48,33,4). Sum of RGB (Red+Green+Blue) = 48+33+4=85 (11% of max value = 765). Red value is 48 (19.14% from 255 or 56.47% from 85); Green value is 33 (13.28% from 255 or 38.82% from 85); Blue value is 4 (1.95% from 255 or 4.71% from 85); Max value from RGB is 48 - color contains mainly: red. Hex color #302104 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302104 is #CFDEFB. Grayscale: #222222. Windows color (decimal): -13623036 or 270640. OLE color: 270640.
HSL color Cylindrical-coordinate representation of color #302104: hue angle of 39.55º degrees, saturation: 0.85, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #302104 is Cyan = 0, Magento = 0.31, Yellow = 0.92 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 33 | 4 | - |
| CMYK | 0 | 0.31 | 0.92 | 0.81 |
| HSL | 39.55º | 0.85% | 0.1% | - |
| HSV(B) | 39.55º | 0.92% | 0.19% | - |
| XYZ | 1.78 | 1.72 | 0.35 | - |
| YUV | 34.18 | 110.97 | 137.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 33 | 4 | 0 | 0.31 | 0.92 | 0.81 | 39.55 | 0.85 | 0.1 |
| Hex | 30 | 21 | 4 | 0 | 1F | 5C | 51 | 28 | 55 | A |
| Octal | 60 | 41 | 4 | 0 | 37 | 134 | 121 | 50 | 125 | 12 |
| Binary | 110000 | 100001 | 100 | 0 | 11111 | 1011100 | 1010001 | 101000 | 1010101 | 1010 |
Color Harmonies of #302104
Complementary color
Monochromatic Colors of #302104
Black with #302104
Text Example
Text Example
White with #302104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302104; }
p { color: rgb(48,33,4); }
H1.HeaderClassName
{
color: #302104;
}
.AnyTagClassName
{
color: #302104;
}
</style>
background-color css
<style>
a { background-color: #302104; }
a { background-color: rgb(48,33,4); }
div.DivClassName
{
background-color: #302104;
}
.BgClassName
{
background-color: #302104;
}
</style>
border-color css
<style>
span { border-color: #302104; }
span { border-color: rgb(48,33,4); }
td.TdClassName
{
border-color: #302104;
}
.TagClassName
{
border-color: #302104;
}
</style>