Shades of Black Magic #302C27
Tints of Black Magic #302C27
RGB
CMYK
RGB Variations
Color information
#302C27 (or 0x302C27) is known color: Black Magic. HEX triplet: 30, 2C and 27. RGB value is (48,44,39). Sum of RGB (Red+Green+Blue) = 48+44+39=131 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.64% from 131); Green value is 44 (17.58% from 255 or 33.59% from 131); Blue value is 39 (15.62% from 255 or 29.77% from 131); Max value from RGB is 48 - color contains mainly: red. Hex color #302C27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302C27 is #CFD3D8. Grayscale: #2C2C2C. Windows color (decimal): -13620185 or 2567216. OLE color: 2567216.
HSL color Cylindrical-coordinate representation of color #302C27: hue angle of 33.33º degrees, saturation: 0.1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #302C27 is Cyan = 0, Magento = 0.08, Yellow = 0.19 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 44 | 39 | - |
| CMYK | 0 | 0.08 | 0.19 | 0.81 |
| HSL | 33.33º | 0.1% | 0.17% | - |
| HSV(B) | 33.33º | 0.19% | 0.19% | - |
| XYZ | 2.49 | 2.58 | 2.29 | - |
| YUV | 44.63 | 124.83 | 130.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 44 | 39 | 0 | 0.08 | 0.19 | 0.81 | 33.33 | 0.1 | 0.17 |
| Hex | 30 | 2C | 27 | 0 | 8 | 13 | 51 | 21 | A | 11 |
| Octal | 60 | 54 | 47 | 0 | 10 | 23 | 121 | 41 | 12 | 21 |
| Binary | 110000 | 101100 | 100111 | 0 | 1000 | 10011 | 1010001 | 100001 | 1010 | 10001 |
Color Harmonies of #302C27
Complementary color
Monochromatic Colors of #302C27
Black with #302C27
Text Example
Text Example
White with #302C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302C27; }
p { color: rgb(48,44,39); }
H1.HeaderClassName
{
color: #302C27;
}
.AnyTagClassName
{
color: #302C27;
}
</style>
background-color css
<style>
a { background-color: #302C27; }
a { background-color: rgb(48,44,39); }
div.DivClassName
{
background-color: #302C27;
}
.BgClassName
{
background-color: #302C27;
}
</style>
border-color css
<style>
span { border-color: #302C27; }
span { border-color: rgb(48,44,39); }
td.TdClassName
{
border-color: #302C27;
}
.TagClassName
{
border-color: #302C27;
}
</style>