Shades of Black Magic #302818
Tints of Black Magic #302818
RGB
CMYK
RGB Variations
Color information
#302818 (or 0x302818) is known color: Black Magic. HEX triplet: 30, 28 and 18. RGB value is (48,40,24). Sum of RGB (Red+Green+Blue) = 48+40+24=112 (14% of max value = 765). Red value is 48 (19.14% from 255 or 42.86% from 112); Green value is 40 (16.02% from 255 or 35.71% from 112); Blue value is 24 (9.77% from 255 or 21.43% from 112); Max value from RGB is 48 - color contains mainly: red. Hex color #302818 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302818 is #CFD7E7. Grayscale: #282828. Windows color (decimal): -13621224 or 1583152. OLE color: 1583152.
HSL color Cylindrical-coordinate representation of color #302818: hue angle of 40º degrees, saturation: 0.33, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #302818 is Cyan = 0, Magento = 0.17, Yellow = 0.5 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 40 | 24 | - |
| CMYK | 0 | 0.17 | 0.5 | 0.81 |
| HSL | 40º | 0.33% | 0.14% | - |
| HSV(B) | 40º | 0.5% | 0.19% | - |
| XYZ | 2.14 | 2.21 | 1.18 | - |
| YUV | 40.57 | 118.65 | 133.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 40 | 24 | 0 | 0.17 | 0.5 | 0.81 | 40 | 0.33 | 0.14 |
| Hex | 30 | 28 | 18 | 0 | 11 | 32 | 51 | 28 | 21 | E |
| Octal | 60 | 50 | 30 | 0 | 21 | 62 | 121 | 50 | 41 | 16 |
| Binary | 110000 | 101000 | 11000 | 0 | 10001 | 110010 | 1010001 | 101000 | 100001 | 1110 |
Color Harmonies of #302818
Complementary color
Monochromatic Colors of #302818
Black with #302818
Text Example
Text Example
White with #302818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302818; }
p { color: rgb(48,40,24); }
H1.HeaderClassName
{
color: #302818;
}
.AnyTagClassName
{
color: #302818;
}
</style>
background-color css
<style>
a { background-color: #302818; }
a { background-color: rgb(48,40,24); }
div.DivClassName
{
background-color: #302818;
}
.BgClassName
{
background-color: #302818;
}
</style>
border-color css
<style>
span { border-color: #302818; }
span { border-color: rgb(48,40,24); }
td.TdClassName
{
border-color: #302818;
}
.TagClassName
{
border-color: #302818;
}
</style>