Shades of Black Magic #302E2A
Tints of Black Magic #302E2A
RGB
CMYK
RGB Variations
Color information
#302E2A (or 0x302E2A) is known color: Black Magic. HEX triplet: 30, 2E and 2A. RGB value is (48,46,42). Sum of RGB (Red+Green+Blue) = 48+46+42=136 (18% of max value = 765). Red value is 48 (19.14% from 255 or 35.29% from 136); Green value is 46 (18.36% from 255 or 33.82% from 136); Blue value is 42 (16.80% from 255 or 30.88% from 136); Max value from RGB is 48 - color contains mainly: red. Hex color #302E2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302E2A is #CFD1D5. Grayscale: #2E2E2E. Windows color (decimal): -13619670 or 2764336. OLE color: 2764336.
HSL color Cylindrical-coordinate representation of color #302E2A: hue angle of 40º degrees, saturation: 0.07, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #302E2A is Cyan = 0, Magento = 0.04, Yellow = 0.13 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 46 | 42 | - |
| CMYK | 0 | 0.04 | 0.13 | 0.81 |
| HSL | 40º | 0.07% | 0.18% | - |
| HSV(B) | 40º | 0.13% | 0.19% | - |
| XYZ | 2.61 | 2.75 | 2.58 | - |
| YUV | 46.14 | 125.66 | 129.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 46 | 42 | 0 | 0.04 | 0.13 | 0.81 | 40 | 0.07 | 0.18 |
| Hex | 30 | 2E | 2A | 0 | 4 | D | 51 | 28 | 7 | 12 |
| Octal | 60 | 56 | 52 | 0 | 4 | 15 | 121 | 50 | 7 | 22 |
| Binary | 110000 | 101110 | 101010 | 0 | 100 | 1101 | 1010001 | 101000 | 111 | 10010 |
Color Harmonies of #302E2A
Complementary color
Monochromatic Colors of #302E2A
Black with #302E2A
Text Example
Text Example
White with #302E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302E2A; }
p { color: rgb(48,46,42); }
H1.HeaderClassName
{
color: #302E2A;
}
.AnyTagClassName
{
color: #302E2A;
}
</style>
background-color css
<style>
a { background-color: #302E2A; }
a { background-color: rgb(48,46,42); }
div.DivClassName
{
background-color: #302E2A;
}
.BgClassName
{
background-color: #302E2A;
}
</style>
border-color css
<style>
span { border-color: #302E2A; }
span { border-color: rgb(48,46,42); }
td.TdClassName
{
border-color: #302E2A;
}
.TagClassName
{
border-color: #302E2A;
}
</style>