Shades of Black Magic #30271B
Tints of Black Magic #30271B
RGB
CMYK
RGB Variations
Color information
#30271B (or 0x30271B) is known color: Black Magic. HEX triplet: 30, 27 and 1B. RGB value is (48,39,27). Sum of RGB (Red+Green+Blue) = 48+39+27=114 (15% of max value = 765). Red value is 48 (19.14% from 255 or 42.11% from 114); Green value is 39 (15.62% from 255 or 34.21% from 114); Blue value is 27 (10.94% from 255 or 23.68% from 114); Max value from RGB is 48 - color contains mainly: red. Hex color #30271B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30271B is #CFD8E4. Grayscale: #282828. Windows color (decimal): -13621477 or 1779504. OLE color: 1779504.
HSL color Cylindrical-coordinate representation of color #30271B: hue angle of 34.29º degrees, saturation: 0.28, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #30271B is Cyan = 0, Magento = 0.19, Yellow = 0.44 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 39 | 27 | - |
| CMYK | 0 | 0.19 | 0.44 | 0.81 |
| HSL | 34.29º | 0.28% | 0.15% | - |
| HSV(B) | 34.29º | 0.44% | 0.19% | - |
| XYZ | 2.14 | 2.16 | 1.34 | - |
| YUV | 40.32 | 120.48 | 133.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 39 | 27 | 0 | 0.19 | 0.44 | 0.81 | 34.29 | 0.28 | 0.15 |
| Hex | 30 | 27 | 1B | 0 | 13 | 2C | 51 | 22 | 1C | F |
| Octal | 60 | 47 | 33 | 0 | 23 | 54 | 121 | 42 | 34 | 17 |
| Binary | 110000 | 100111 | 11011 | 0 | 10011 | 101100 | 1010001 | 100010 | 11100 | 1111 |
Color Harmonies of #30271B
Complementary color
Monochromatic Colors of #30271B
Black with #30271B
Text Example
Text Example
White with #30271B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30271B; }
p { color: rgb(48,39,27); }
H1.HeaderClassName
{
color: #30271B;
}
.AnyTagClassName
{
color: #30271B;
}
</style>
background-color css
<style>
a { background-color: #30271B; }
a { background-color: rgb(48,39,27); }
div.DivClassName
{
background-color: #30271B;
}
.BgClassName
{
background-color: #30271B;
}
</style>
border-color css
<style>
span { border-color: #30271B; }
span { border-color: rgb(48,39,27); }
td.TdClassName
{
border-color: #30271B;
}
.TagClassName
{
border-color: #30271B;
}
</style>