Shades of Black Magic #32260A
Tints of Black Magic #32260A
RGB
CMYK
RGB Variations
Color information
#32260A (or 0x32260A) is known color: Black Magic. HEX triplet: 32, 26 and 0A. RGB value is (50,38,10). Sum of RGB (Red+Green+Blue) = 50+38+10=98 (12% of max value = 765). Red value is 50 (19.92% from 255 or 51.02% from 98); Green value is 38 (15.23% from 255 or 38.78% from 98); Blue value is 10 (4.30% from 255 or 10.20% from 98); Max value from RGB is 50 - color contains mainly: red. Hex color #32260A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #32260A is #CDD9F5. Grayscale: #262626. Windows color (decimal): -13490678 or 665138. OLE color: 665138.
HSL color Cylindrical-coordinate representation of color #32260A: hue angle of 42º degrees, saturation: 0.67, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32260A is Cyan = 0, Magento = 0.24, Yellow = 0.80 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 38 | 10 | - |
| CMYK | 0 | 0.24 | 0.80 | 0.80 |
| HSL | 42º | 0.67% | 0.12% | - |
| HSV(B) | 42º | 0.8% | 0.2% | - |
| XYZ | 2.06 | 2.09 | 0.58 | - |
| YUV | 38.4 | 111.98 | 136.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 38 | 10 | 0 | 0.24 | 0.80 | 0.80 | 42 | 0.67 | 0.12 |
| Hex | 32 | 26 | A | 0 | 18 | 50 | 50 | 2A | 43 | C |
| Octal | 62 | 46 | 12 | 0 | 30 | 120 | 120 | 52 | 103 | 14 |
| Binary | 110010 | 100110 | 1010 | 0 | 11000 | 1010000 | 1010000 | 101010 | 1000011 | 1100 |
Color Harmonies of #32260A
Complementary color
Monochromatic Colors of #32260A
Black with #32260A
Text Example
Text Example
White with #32260A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32260A; }
p { color: rgb(50,38,10); }
H1.HeaderClassName
{
color: #32260A;
}
.AnyTagClassName
{
color: #32260A;
}
</style>
background-color css
<style>
a { background-color: #32260A; }
a { background-color: rgb(50,38,10); }
div.DivClassName
{
background-color: #32260A;
}
.BgClassName
{
background-color: #32260A;
}
</style>
border-color css
<style>
span { border-color: #32260A; }
span { border-color: rgb(50,38,10); }
td.TdClassName
{
border-color: #32260A;
}
.TagClassName
{
border-color: #32260A;
}
</style>