Shades of Black Magic #302A1D
Tints of Black Magic #302A1D
RGB
CMYK
RGB Variations
Color information
#302A1D (or 0x302A1D) is known color: Black Magic. HEX triplet: 30, 2A and 1D. RGB value is (48,42,29). Sum of RGB (Red+Green+Blue) = 48+42+29=119 (15% of max value = 765). Red value is 48 (19.14% from 255 or 40.34% from 119); Green value is 42 (16.80% from 255 or 35.29% from 119); Blue value is 29 (11.72% from 255 or 24.37% from 119); Max value from RGB is 48 - color contains mainly: red. Hex color #302A1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302A1D is #CFD5E2. Grayscale: #2A2A2A. Windows color (decimal): -13620707 or 1911344. OLE color: 1911344.
HSL color Cylindrical-coordinate representation of color #302A1D: hue angle of 41.05º degrees, saturation: 0.25, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #302A1D is Cyan = 0, Magento = 0.13, Yellow = 0.40 and Black (K on CMYK) = 0.81.
Color convert
RGB | 48 | 42 | 29 | - |
CMYK | 0 | 0.13 | 0.40 | 0.81 |
HSL | 41.05º | 0.25% | 0.15% | - |
HSV(B) | 41.05º | 0.4% | 0.19% | - |
XYZ | 2.27 | 2.37 | 1.5 | - |
YUV | 42.31 | 120.49 | 132.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 48 | 42 | 29 | 0 | 0.13 | 0.40 | 0.81 | 41.05 | 0.25 | 0.15 |
Hex | 30 | 2A | 1D | 0 | D | 28 | 51 | 29 | 19 | F |
Octal | 60 | 52 | 35 | 0 | 15 | 50 | 121 | 51 | 31 | 17 |
Binary | 110000 | 101010 | 11101 | 0 | 1101 | 101000 | 1010001 | 101001 | 11001 | 1111 |
Color Harmonies of #302A1D
Complementary color
Monochromatic Colors of #302A1D
Black with #302A1D
Text Example
Text Example
White with #302A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302A1D; }
p { color: rgb(48,42,29); }
H1.HeaderClassName
{
color: #302A1D;
}
.AnyTagClassName
{
color: #302A1D;
}
</style>
background-color css
<style>
a { background-color: #302A1D; }
a { background-color: rgb(48,42,29); }
div.DivClassName
{
background-color: #302A1D;
}
.BgClassName
{
background-color: #302A1D;
}
</style>
border-color css
<style>
span { border-color: #302A1D; }
span { border-color: rgb(48,42,29); }
td.TdClassName
{
border-color: #302A1D;
}
.TagClassName
{
border-color: #302A1D;
}
</style>