Shades of Black Magic #302A24
Tints of Black Magic #302A24
RGB
CMYK
RGB Variations
Color information
#302A24 (or 0x302A24) is known color: Black Magic. HEX triplet: 30, 2A and 24. RGB value is (48,42,36). Sum of RGB (Red+Green+Blue) = 48+42+36=126 (16% of max value = 765). Red value is 48 (19.14% from 255 or 38.10% from 126); Green value is 42 (16.80% from 255 or 33.33% from 126); Blue value is 36 (14.45% from 255 or 28.57% from 126); Max value from RGB is 48 - color contains mainly: red. Hex color #302A24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302A24 is #CFD5DB. Grayscale: #2B2B2B. Windows color (decimal): -13620700 or 2370096. OLE color: 2370096.
HSL color Cylindrical-coordinate representation of color #302A24: hue angle of 30º 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 #302A24 is Cyan = 0, Magento = 0.13, Yellow = 0.25 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 42 | 36 | - |
| CMYK | 0 | 0.13 | 0.25 | 0.81 |
| HSL | 30º | 0.14% | 0.16% | - |
| HSV(B) | 30º | 0.25% | 0.19% | - |
| XYZ | 2.37 | 2.41 | 2.01 | - |
| YUV | 43.11 | 123.99 | 131.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 42 | 36 | 0 | 0.13 | 0.25 | 0.81 | 30 | 0.14 | 0.16 |
| Hex | 30 | 2A | 24 | 0 | D | 19 | 51 | 1E | E | 10 |
| Octal | 60 | 52 | 44 | 0 | 15 | 31 | 121 | 36 | 16 | 20 |
| Binary | 110000 | 101010 | 100100 | 0 | 1101 | 11001 | 1010001 | 11110 | 1110 | 10000 |
Color Harmonies of #302A24
Complementary color
Monochromatic Colors of #302A24
Black with #302A24
Text Example
Text Example
White with #302A24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302A24; }
p { color: rgb(48,42,36); }
H1.HeaderClassName
{
color: #302A24;
}
.AnyTagClassName
{
color: #302A24;
}
</style>
background-color css
<style>
a { background-color: #302A24; }
a { background-color: rgb(48,42,36); }
div.DivClassName
{
background-color: #302A24;
}
.BgClassName
{
background-color: #302A24;
}
</style>
border-color css
<style>
span { border-color: #302A24; }
span { border-color: rgb(48,42,36); }
td.TdClassName
{
border-color: #302A24;
}
.TagClassName
{
border-color: #302A24;
}
</style>