Shades of Black Magic #32280D
Tints of Black Magic #32280D
RGB
CMYK
RGB Variations
Color information
#32280D (or 0x32280D) is known color: Black Magic. HEX triplet: 32, 28 and 0D. RGB value is (50,40,13). Sum of RGB (Red+Green+Blue) = 50+40+13=103 (13% of max value = 765). Red value is 50 (19.92% from 255 or 48.54% from 103); Green value is 40 (16.02% from 255 or 38.83% from 103); Blue value is 13 (5.47% from 255 or 12.62% from 103); Max value from RGB is 50 - color contains mainly: red. Hex color #32280D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #32280D is #CDD7F2. Grayscale: #282828. Windows color (decimal): -13490163 or 862258. OLE color: 862258.
HSL color Cylindrical-coordinate representation of color #32280D: hue angle of 43.78º degrees, saturation: 0.59, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #32280D is Cyan = 0, Magento = 0.20, Yellow = 0.74 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 40 | 13 | - |
| CMYK | 0 | 0.20 | 0.74 | 0.80 |
| HSL | 43.78º | 0.59% | 0.12% | - |
| HSV(B) | 43.78º | 0.74% | 0.2% | - |
| XYZ | 2.15 | 2.22 | 0.7 | - |
| YUV | 39.91 | 112.81 | 135.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 40 | 13 | 0 | 0.20 | 0.74 | 0.80 | 43.78 | 0.59 | 0.12 |
| Hex | 32 | 28 | D | 0 | 14 | 4A | 50 | 2C | 3B | C |
| Octal | 62 | 50 | 15 | 0 | 24 | 112 | 120 | 54 | 73 | 14 |
| Binary | 110010 | 101000 | 1101 | 0 | 10100 | 1001010 | 1010000 | 101100 | 111011 | 1100 |
Color Harmonies of #32280D
Complementary color
Monochromatic Colors of #32280D
Black with #32280D
Text Example
Text Example
White with #32280D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32280D; }
p { color: rgb(50,40,13); }
H1.HeaderClassName
{
color: #32280D;
}
.AnyTagClassName
{
color: #32280D;
}
</style>
background-color css
<style>
a { background-color: #32280D; }
a { background-color: rgb(50,40,13); }
div.DivClassName
{
background-color: #32280D;
}
.BgClassName
{
background-color: #32280D;
}
</style>
border-color css
<style>
span { border-color: #32280D; }
span { border-color: rgb(50,40,13); }
td.TdClassName
{
border-color: #32280D;
}
.TagClassName
{
border-color: #32280D;
}
</style>