Shades of Black Magic #32270E
Tints of Black Magic #32270E
RGB
CMYK
RGB Variations
Color information
#32270E (or 0x32270E) is known color: Black Magic. HEX triplet: 32, 27 and 0E. RGB value is (50,39,14). Sum of RGB (Red+Green+Blue) = 50+39+14=103 (13% of max value = 765). Red value is 50 (19.92% from 255 or 48.54% from 103); Green value is 39 (15.62% from 255 or 37.86% from 103); Blue value is 14 (5.86% from 255 or 13.59% from 103); Max value from RGB is 50 - color contains mainly: red. Hex color #32270E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #32270E is #CDD8F1. Grayscale: #272727. Windows color (decimal): -13490418 or 927538. OLE color: 927538.
HSL color Cylindrical-coordinate representation of color #32270E: hue angle of 41.67º degrees, saturation: 0.56, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #32270E is Cyan = 0, Magento = 0.22, Yellow = 0.72 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 39 | 14 | - |
| CMYK | 0 | 0.22 | 0.72 | 0.80 |
| HSL | 41.67º | 0.56% | 0.13% | - |
| HSV(B) | 41.67º | 0.72% | 0.2% | - |
| XYZ | 2.12 | 2.16 | 0.72 | - |
| YUV | 39.44 | 113.64 | 135.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 39 | 14 | 0 | 0.22 | 0.72 | 0.80 | 41.67 | 0.56 | 0.13 |
| Hex | 32 | 27 | E | 0 | 16 | 48 | 50 | 2A | 38 | D |
| Octal | 62 | 47 | 16 | 0 | 26 | 110 | 120 | 52 | 70 | 15 |
| Binary | 110010 | 100111 | 1110 | 0 | 10110 | 1001000 | 1010000 | 101010 | 111000 | 1101 |
Color Harmonies of #32270E
Complementary color
Monochromatic Colors of #32270E
Black with #32270E
Text Example
Text Example
White with #32270E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32270E; }
p { color: rgb(50,39,14); }
H1.HeaderClassName
{
color: #32270E;
}
.AnyTagClassName
{
color: #32270E;
}
</style>
background-color css
<style>
a { background-color: #32270E; }
a { background-color: rgb(50,39,14); }
div.DivClassName
{
background-color: #32270E;
}
.BgClassName
{
background-color: #32270E;
}
</style>
border-color css
<style>
span { border-color: #32270E; }
span { border-color: rgb(50,39,14); }
td.TdClassName
{
border-color: #32270E;
}
.TagClassName
{
border-color: #32270E;
}
</style>