Shades of Black Magic #302B24
Tints of Black Magic #302B24
RGB
CMYK
RGB Variations
Color information
#302B24 (or 0x302B24) is known color: Black Magic. HEX triplet: 30, 2B and 24. RGB value is (48,43,36). Sum of RGB (Red+Green+Blue) = 48+43+36=127 (16% of max value = 765). Red value is 48 (19.14% from 255 or 37.80% from 127); Green value is 43 (17.19% from 255 or 33.86% from 127); Blue value is 36 (14.45% from 255 or 28.35% from 127); Max value from RGB is 48 - color contains mainly: red. Hex color #302B24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302B24 is #CFD4DB. Grayscale: #2B2B2B. Windows color (decimal): -13620444 or 2370352. OLE color: 2370352.
HSL color Cylindrical-coordinate representation of color #302B24: hue angle of 35º degrees, saturation: 0.14, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #302B24 is Cyan = 0, Magento = 0.10, Yellow = 0.25 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 43 | 36 | - |
| CMYK | 0 | 0.10 | 0.25 | 0.81 |
| HSL | 35º | 0.14% | 0.16% | - |
| HSV(B) | 35º | 0.25% | 0.19% | - |
| XYZ | 2.4 | 2.48 | 2.02 | - |
| YUV | 43.7 | 123.66 | 131.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 43 | 36 | 0 | 0.10 | 0.25 | 0.81 | 35 | 0.14 | 0.16 |
| Hex | 30 | 2B | 24 | 0 | A | 19 | 51 | 23 | E | 10 |
| Octal | 60 | 53 | 44 | 0 | 12 | 31 | 121 | 43 | 16 | 20 |
| Binary | 110000 | 101011 | 100100 | 0 | 1010 | 11001 | 1010001 | 100011 | 1110 | 10000 |
Color Harmonies of #302B24
Complementary color
Monochromatic Colors of #302B24
Black with #302B24
Text Example
Text Example
White with #302B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302B24; }
p { color: rgb(48,43,36); }
H1.HeaderClassName
{
color: #302B24;
}
.AnyTagClassName
{
color: #302B24;
}
</style>
background-color css
<style>
a { background-color: #302B24; }
a { background-color: rgb(48,43,36); }
div.DivClassName
{
background-color: #302B24;
}
.BgClassName
{
background-color: #302B24;
}
</style>
border-color css
<style>
span { border-color: #302B24; }
span { border-color: rgb(48,43,36); }
td.TdClassName
{
border-color: #302B24;
}
.TagClassName
{
border-color: #302B24;
}
</style>