Shades of Black Magic #302A1B
Tints of Black Magic #302A1B
RGB
CMYK
RGB Variations
Color information
#302A1B (or 0x302A1B) is known color: Black Magic. HEX triplet: 30, 2A and 1B. RGB value is (48,42,27). Sum of RGB (Red+Green+Blue) = 48+42+27=117 (15% of max value = 765). Red value is 48 (19.14% from 255 or 41.03% from 117); Green value is 42 (16.80% from 255 or 35.90% from 117); Blue value is 27 (10.94% from 255 or 23.08% from 117); Max value from RGB is 48 - color contains mainly: red. Hex color #302A1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302A1B is #CFD5E4. Grayscale: #2A2A2A. Windows color (decimal): -13620709 or 1780272. OLE color: 1780272.
HSL color Cylindrical-coordinate representation of color #302A1B: hue angle of 42.86º degrees, saturation: 0.28, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #302A1B is Cyan = 0, Magento = 0.13, Yellow = 0.44 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 42 | 27 | - |
| CMYK | 0 | 0.13 | 0.44 | 0.81 |
| HSL | 42.86º | 0.28% | 0.15% | - |
| HSV(B) | 42.86º | 0.44% | 0.19% | - |
| XYZ | 2.24 | 2.36 | 1.37 | - |
| YUV | 42.08 | 119.49 | 132.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 42 | 27 | 0 | 0.13 | 0.44 | 0.81 | 42.86 | 0.28 | 0.15 |
| Hex | 30 | 2A | 1B | 0 | D | 2C | 51 | 2B | 1C | F |
| Octal | 60 | 52 | 33 | 0 | 15 | 54 | 121 | 53 | 34 | 17 |
| Binary | 110000 | 101010 | 11011 | 0 | 1101 | 101100 | 1010001 | 101011 | 11100 | 1111 |
Color Harmonies of #302A1B
Complementary color
Monochromatic Colors of #302A1B
Black with #302A1B
Text Example
Text Example
White with #302A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302A1B; }
p { color: rgb(48,42,27); }
H1.HeaderClassName
{
color: #302A1B;
}
.AnyTagClassName
{
color: #302A1B;
}
</style>
background-color css
<style>
a { background-color: #302A1B; }
a { background-color: rgb(48,42,27); }
div.DivClassName
{
background-color: #302A1B;
}
.BgClassName
{
background-color: #302A1B;
}
</style>
border-color css
<style>
span { border-color: #302A1B; }
span { border-color: rgb(48,42,27); }
td.TdClassName
{
border-color: #302A1B;
}
.TagClassName
{
border-color: #302A1B;
}
</style>