Shades of Black Magic #302C26
Tints of Black Magic #302C26
RGB
CMYK
RGB Variations
Color information
#302C26 (or 0x302C26) is known color: Black Magic. HEX triplet: 30, 2C and 26. RGB value is (48,44,38). Sum of RGB (Red+Green+Blue) = 48+44+38=130 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.92% from 130); Green value is 44 (17.58% from 255 or 33.85% from 130); Blue value is 38 (15.23% from 255 or 29.23% from 130); Max value from RGB is 48 - color contains mainly: red. Hex color #302C26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302C26 is #CFD3D9. Grayscale: #2C2C2C. Windows color (decimal): -13620186 or 2501680. OLE color: 2501680.
HSL color Cylindrical-coordinate representation of color #302C26: hue angle of 36º degrees, saturation: 0.12, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #302C26 is Cyan = 0, Magento = 0.08, Yellow = 0.21 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 44 | 38 | - |
| CMYK | 0 | 0.08 | 0.21 | 0.81 |
| HSL | 36º | 0.12% | 0.17% | - |
| HSV(B) | 36º | 0.21% | 0.19% | - |
| XYZ | 2.47 | 2.57 | 2.2 | - |
| YUV | 44.51 | 124.33 | 130.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 44 | 38 | 0 | 0.08 | 0.21 | 0.81 | 36 | 0.12 | 0.17 |
| Hex | 30 | 2C | 26 | 0 | 8 | 15 | 51 | 24 | C | 11 |
| Octal | 60 | 54 | 46 | 0 | 10 | 25 | 121 | 44 | 14 | 21 |
| Binary | 110000 | 101100 | 100110 | 0 | 1000 | 10101 | 1010001 | 100100 | 1100 | 10001 |
Color Harmonies of #302C26
Complementary color
Monochromatic Colors of #302C26
Black with #302C26
Text Example
Text Example
White with #302C26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302C26; }
p { color: rgb(48,44,38); }
H1.HeaderClassName
{
color: #302C26;
}
.AnyTagClassName
{
color: #302C26;
}
</style>
background-color css
<style>
a { background-color: #302C26; }
a { background-color: rgb(48,44,38); }
div.DivClassName
{
background-color: #302C26;
}
.BgClassName
{
background-color: #302C26;
}
</style>
border-color css
<style>
span { border-color: #302C26; }
span { border-color: rgb(48,44,38); }
td.TdClassName
{
border-color: #302C26;
}
.TagClassName
{
border-color: #302C26;
}
</style>