Shades of Black Magic #32260B
Tints of Black Magic #32260B
RGB
CMYK
RGB Variations
Color information
#32260B (or 0x32260B) is known color: Black Magic. HEX triplet: 32, 26 and 0B. RGB value is (50,38,11). Sum of RGB (Red+Green+Blue) = 50+38+11=99 (13% of max value = 765). Red value is 50 (19.92% from 255 or 50.51% from 99); Green value is 38 (15.23% from 255 or 38.38% from 99); Blue value is 11 (4.69% from 255 or 11.11% from 99); Max value from RGB is 50 - color contains mainly: red. Hex color #32260B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #32260B is #CDD9F4. Grayscale: #262626. Windows color (decimal): -13490677 or 730674. OLE color: 730674.
HSL color Cylindrical-coordinate representation of color #32260B: hue angle of 41.54º degrees, saturation: 0.64, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #32260B is Cyan = 0, Magento = 0.24, Yellow = 0.78 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 38 | 11 | - |
| CMYK | 0 | 0.24 | 0.78 | 0.80 |
| HSL | 41.54º | 0.64% | 0.12% | - |
| HSV(B) | 41.54º | 0.78% | 0.2% | - |
| XYZ | 2.07 | 2.09 | 0.61 | - |
| YUV | 38.51 | 112.48 | 136.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 38 | 11 | 0 | 0.24 | 0.78 | 0.80 | 41.54 | 0.64 | 0.12 |
| Hex | 32 | 26 | B | 0 | 18 | 4E | 50 | 2A | 40 | C |
| Octal | 62 | 46 | 13 | 0 | 30 | 116 | 120 | 52 | 100 | 14 |
| Binary | 110010 | 100110 | 1011 | 0 | 11000 | 1001110 | 1010000 | 101010 | 1000000 | 1100 |
Color Harmonies of #32260B
Complementary color
Monochromatic Colors of #32260B
Black with #32260B
Text Example
Text Example
White with #32260B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32260B; }
p { color: rgb(50,38,11); }
H1.HeaderClassName
{
color: #32260B;
}
.AnyTagClassName
{
color: #32260B;
}
</style>
background-color css
<style>
a { background-color: #32260B; }
a { background-color: rgb(50,38,11); }
div.DivClassName
{
background-color: #32260B;
}
.BgClassName
{
background-color: #32260B;
}
</style>
border-color css
<style>
span { border-color: #32260B; }
span { border-color: rgb(50,38,11); }
td.TdClassName
{
border-color: #32260B;
}
.TagClassName
{
border-color: #32260B;
}
</style>