Shades of Black Magic #302406
Tints of Black Magic #302406
RGB
CMYK
RGB Variations
Color information
#302406 (or 0x302406) is known color: Black Magic. HEX triplet: 30, 24 and 06. RGB value is (48,36,6). Sum of RGB (Red+Green+Blue) = 48+36+6=90 (11% of max value = 765). Red value is 48 (19.14% from 255 or 53.33% from 90); Green value is 36 (14.45% from 255 or 40% from 90); Blue value is 6 (2.73% from 255 or 6.67% from 90); Max value from RGB is 48 - color contains mainly: red. Hex color #302406 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302406 is #CFDBF9. Grayscale: #242424. Windows color (decimal): -13622266 or 402480. OLE color: 402480.
HSL color Cylindrical-coordinate representation of color #302406: hue angle of 42.86º degrees, saturation: 0.78, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #302406 is Cyan = 0, Magento = 0.25, Yellow = 0.87 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 36 | 6 | - |
| CMYK | 0 | 0.25 | 0.87 | 0.81 |
| HSL | 42.86º | 0.78% | 0.11% | - |
| HSV(B) | 42.86º | 0.88% | 0.19% | - |
| XYZ | 1.88 | 1.9 | 0.44 | - |
| YUV | 36.17 | 110.98 | 136.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 36 | 6 | 0 | 0.25 | 0.87 | 0.81 | 42.86 | 0.78 | 0.11 |
| Hex | 30 | 24 | 6 | 0 | 19 | 57 | 51 | 2B | 4E | B |
| Octal | 60 | 44 | 6 | 0 | 31 | 127 | 121 | 53 | 116 | 13 |
| Binary | 110000 | 100100 | 110 | 0 | 11001 | 1010111 | 1010001 | 101011 | 1001110 | 1011 |
Color Harmonies of #302406
Complementary color
Monochromatic Colors of #302406
Black with #302406
Text Example
Text Example
White with #302406
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302406; }
p { color: rgb(48,36,6); }
H1.HeaderClassName
{
color: #302406;
}
.AnyTagClassName
{
color: #302406;
}
</style>
background-color css
<style>
a { background-color: #302406; }
a { background-color: rgb(48,36,6); }
div.DivClassName
{
background-color: #302406;
}
.BgClassName
{
background-color: #302406;
}
</style>
border-color css
<style>
span { border-color: #302406; }
span { border-color: rgb(48,36,6); }
td.TdClassName
{
border-color: #302406;
}
.TagClassName
{
border-color: #302406;
}
</style>