Shades of Black Magic #302A20
Tints of Black Magic #302A20
RGB
CMYK
RGB Variations
Color information
#302A20 (or 0x302A20) is known color: Black Magic. HEX triplet: 30, 2A and 20. RGB value is (48,42,32). Sum of RGB (Red+Green+Blue) = 48+42+32=122 (16% of max value = 765). Red value is 48 (19.14% from 255 or 39.34% from 122); Green value is 42 (16.80% from 255 or 34.43% from 122); Blue value is 32 (12.89% from 255 or 26.23% from 122); Max value from RGB is 48 - color contains mainly: red. Hex color #302A20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302A20 is #CFD5DF. Grayscale: #2A2A2A. Windows color (decimal): -13620704 or 2107952. OLE color: 2107952.
HSL color Cylindrical-coordinate representation of color #302A20: hue angle of 37.5º degrees, saturation: 0.2, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #302A20 is Cyan = 0, Magento = 0.13, Yellow = 0.33 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 42 | 32 | - |
| CMYK | 0 | 0.13 | 0.33 | 0.81 |
| HSL | 37.5º | 0.2% | 0.16% | - |
| HSV(B) | 37.5º | 0.33% | 0.19% | - |
| XYZ | 2.31 | 2.39 | 1.71 | - |
| YUV | 42.65 | 121.99 | 131.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 42 | 32 | 0 | 0.13 | 0.33 | 0.81 | 37.5 | 0.2 | 0.16 |
| Hex | 30 | 2A | 20 | 0 | D | 21 | 51 | 26 | 14 | 10 |
| Octal | 60 | 52 | 40 | 0 | 15 | 41 | 121 | 46 | 24 | 20 |
| Binary | 110000 | 101010 | 100000 | 0 | 1101 | 100001 | 1010001 | 100110 | 10100 | 10000 |
Color Harmonies of #302A20
Complementary color
Monochromatic Colors of #302A20
Black with #302A20
Text Example
Text Example
White with #302A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302A20; }
p { color: rgb(48,42,32); }
H1.HeaderClassName
{
color: #302A20;
}
.AnyTagClassName
{
color: #302A20;
}
</style>
background-color css
<style>
a { background-color: #302A20; }
a { background-color: rgb(48,42,32); }
div.DivClassName
{
background-color: #302A20;
}
.BgClassName
{
background-color: #302A20;
}
</style>
border-color css
<style>
span { border-color: #302A20; }
span { border-color: rgb(48,42,32); }
td.TdClassName
{
border-color: #302A20;
}
.TagClassName
{
border-color: #302A20;
}
</style>