Shades of Black Magic #32260C
Tints of Black Magic #32260C
RGB
CMYK
RGB Variations
Color information
#32260C (or 0x32260C) is known color: Black Magic. HEX triplet: 32, 26 and 0C. RGB value is (50,38,12). Sum of RGB (Red+Green+Blue) = 50+38+12=100 (13% of max value = 765). Red value is 50 (19.92% from 255 or 50% from 100); Green value is 38 (15.23% from 255 or 38% from 100); Blue value is 12 (5.08% from 255 or 12% from 100); Max value from RGB is 50 - color contains mainly: red. Hex color #32260C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #32260C is #CDD9F3. Grayscale: #262626. Windows color (decimal): -13490676 or 796210. OLE color: 796210.
HSL color Cylindrical-coordinate representation of color #32260C: hue angle of 41.05º degrees, saturation: 0.61, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #32260C is Cyan = 0, Magento = 0.24, Yellow = 0.76 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 38 | 12 | - |
| CMYK | 0 | 0.24 | 0.76 | 0.80 |
| HSL | 41.05º | 0.61% | 0.12% | - |
| HSV(B) | 41.05º | 0.76% | 0.2% | - |
| XYZ | 2.07 | 2.09 | 0.64 | - |
| YUV | 38.62 | 112.98 | 136.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 38 | 12 | 0 | 0.24 | 0.76 | 0.80 | 41.05 | 0.61 | 0.12 |
| Hex | 32 | 26 | C | 0 | 18 | 4C | 50 | 29 | 3D | C |
| Octal | 62 | 46 | 14 | 0 | 30 | 114 | 120 | 51 | 75 | 14 |
| Binary | 110010 | 100110 | 1100 | 0 | 11000 | 1001100 | 1010000 | 101001 | 111101 | 1100 |
Color Harmonies of #32260C
Complementary color
Monochromatic Colors of #32260C
Black with #32260C
Text Example
Text Example
White with #32260C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32260C; }
p { color: rgb(50,38,12); }
H1.HeaderClassName
{
color: #32260C;
}
.AnyTagClassName
{
color: #32260C;
}
</style>
background-color css
<style>
a { background-color: #32260C; }
a { background-color: rgb(50,38,12); }
div.DivClassName
{
background-color: #32260C;
}
.BgClassName
{
background-color: #32260C;
}
</style>
border-color css
<style>
span { border-color: #32260C; }
span { border-color: rgb(50,38,12); }
td.TdClassName
{
border-color: #32260C;
}
.TagClassName
{
border-color: #32260C;
}
</style>