Shades of Black Magic #302A1F
Tints of Black Magic #302A1F
RGB
CMYK
RGB Variations
Color information
#302A1F (or 0x302A1F) is known color: Black Magic. HEX triplet: 30, 2A and 1F. RGB value is (48,42,31). Sum of RGB (Red+Green+Blue) = 48+42+31=121 (16% of max value = 765). Red value is 48 (19.14% from 255 or 39.67% from 121); Green value is 42 (16.80% from 255 or 34.71% from 121); Blue value is 31 (12.5% from 255 or 25.62% from 121); Max value from RGB is 48 - color contains mainly: red. Hex color #302A1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302A1F is #CFD5E0. Grayscale: #2A2A2A. Windows color (decimal): -13620705 or 2042416. OLE color: 2042416.
HSL color Cylindrical-coordinate representation of color #302A1F: hue angle of 38.82º degrees, saturation: 0.22, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #302A1F is Cyan = 0, Magento = 0.13, Yellow = 0.35 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 42 | 31 | - |
| CMYK | 0 | 0.13 | 0.35 | 0.81 |
| HSL | 38.82º | 0.22% | 0.15% | - |
| HSV(B) | 38.82º | 0.35% | 0.19% | - |
| XYZ | 2.29 | 2.38 | 1.64 | - |
| YUV | 42.54 | 121.49 | 131.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 42 | 31 | 0 | 0.13 | 0.35 | 0.81 | 38.82 | 0.22 | 0.15 |
| Hex | 30 | 2A | 1F | 0 | D | 23 | 51 | 27 | 16 | F |
| Octal | 60 | 52 | 37 | 0 | 15 | 43 | 121 | 47 | 26 | 17 |
| Binary | 110000 | 101010 | 11111 | 0 | 1101 | 100011 | 1010001 | 100111 | 10110 | 1111 |
Color Harmonies of #302A1F
Complementary color
Monochromatic Colors of #302A1F
Black with #302A1F
Text Example
Text Example
White with #302A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302A1F; }
p { color: rgb(48,42,31); }
H1.HeaderClassName
{
color: #302A1F;
}
.AnyTagClassName
{
color: #302A1F;
}
</style>
background-color css
<style>
a { background-color: #302A1F; }
a { background-color: rgb(48,42,31); }
div.DivClassName
{
background-color: #302A1F;
}
.BgClassName
{
background-color: #302A1F;
}
</style>
border-color css
<style>
span { border-color: #302A1F; }
span { border-color: rgb(48,42,31); }
td.TdClassName
{
border-color: #302A1F;
}
.TagClassName
{
border-color: #302A1F;
}
</style>