Shades of Black Magic #302813
Tints of Black Magic #302813
RGB
CMYK
RGB Variations
Color information
#302813 (or 0x302813) is known color: Black Magic. HEX triplet: 30, 28 and 13. RGB value is (48,40,19). Sum of RGB (Red+Green+Blue) = 48+40+19=107 (14% of max value = 765). Red value is 48 (19.14% from 255 or 44.86% from 107); Green value is 40 (16.02% from 255 or 37.38% from 107); Blue value is 19 (7.81% from 255 or 17.76% from 107); Max value from RGB is 48 - color contains mainly: red. Hex color #302813 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302813 is #CFD7EC. Grayscale: #282828. Windows color (decimal): -13621229 or 1255472. OLE color: 1255472.
HSL color Cylindrical-coordinate representation of color #302813: hue angle of 43.45º degrees, saturation: 0.43, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #302813 is Cyan = 0, Magento = 0.17, Yellow = 0.60 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 40 | 19 | - |
| CMYK | 0 | 0.17 | 0.60 | 0.81 |
| HSL | 43.45º | 0.43% | 0.13% | - |
| HSV(B) | 43.45º | 0.6% | 0.19% | - |
| XYZ | 2.1 | 2.19 | 0.93 | - |
| YUV | 40 | 116.15 | 133.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 40 | 19 | 0 | 0.17 | 0.60 | 0.81 | 43.45 | 0.43 | 0.13 |
| Hex | 30 | 28 | 13 | 0 | 11 | 3C | 51 | 2B | 2B | D |
| Octal | 60 | 50 | 23 | 0 | 21 | 74 | 121 | 53 | 53 | 15 |
| Binary | 110000 | 101000 | 10011 | 0 | 10001 | 111100 | 1010001 | 101011 | 101011 | 1101 |
Color Harmonies of #302813
Complementary color
Monochromatic Colors of #302813
Black with #302813
Text Example
Text Example
White with #302813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302813; }
p { color: rgb(48,40,19); }
H1.HeaderClassName
{
color: #302813;
}
.AnyTagClassName
{
color: #302813;
}
</style>
background-color css
<style>
a { background-color: #302813; }
a { background-color: rgb(48,40,19); }
div.DivClassName
{
background-color: #302813;
}
.BgClassName
{
background-color: #302813;
}
</style>
border-color css
<style>
span { border-color: #302813; }
span { border-color: rgb(48,40,19); }
td.TdClassName
{
border-color: #302813;
}
.TagClassName
{
border-color: #302813;
}
</style>