Shades of Black Magic #32260F
Tints of Black Magic #32260F
RGB
CMYK
RGB Variations
Color information
#32260F (or 0x32260F) is known color: Black Magic. HEX triplet: 32, 26 and 0F. RGB value is (50,38,15). Sum of RGB (Red+Green+Blue) = 50+38+15=103 (13% of max value = 765). Red value is 50 (19.92% from 255 or 48.54% from 103); Green value is 38 (15.23% from 255 or 36.89% from 103); Blue value is 15 (6.25% from 255 or 14.56% from 103); Max value from RGB is 50 - color contains mainly: red. Hex color #32260F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #32260F is #CDD9F0. Grayscale: #272727. Windows color (decimal): -13490673 or 992818. OLE color: 992818.
HSL color Cylindrical-coordinate representation of color #32260F: hue angle of 39.43º degrees, saturation: 0.54, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #32260F is Cyan = 0, Magento = 0.24, Yellow = 0.70 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 38 | 15 | - |
| CMYK | 0 | 0.24 | 0.70 | 0.80 |
| HSL | 39.43º | 0.54% | 0.13% | - |
| HSV(B) | 39.43º | 0.7% | 0.2% | - |
| XYZ | 2.09 | 2.1 | 0.75 | - |
| YUV | 38.97 | 114.48 | 135.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 38 | 15 | 0 | 0.24 | 0.70 | 0.80 | 39.43 | 0.54 | 0.13 |
| Hex | 32 | 26 | F | 0 | 18 | 46 | 50 | 27 | 36 | D |
| Octal | 62 | 46 | 17 | 0 | 30 | 106 | 120 | 47 | 66 | 15 |
| Binary | 110010 | 100110 | 1111 | 0 | 11000 | 1000110 | 1010000 | 100111 | 110110 | 1101 |
Color Harmonies of #32260F
Complementary color
Monochromatic Colors of #32260F
Black with #32260F
Text Example
Text Example
White with #32260F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32260F; }
p { color: rgb(50,38,15); }
H1.HeaderClassName
{
color: #32260F;
}
.AnyTagClassName
{
color: #32260F;
}
</style>
background-color css
<style>
a { background-color: #32260F; }
a { background-color: rgb(50,38,15); }
div.DivClassName
{
background-color: #32260F;
}
.BgClassName
{
background-color: #32260F;
}
</style>
border-color css
<style>
span { border-color: #32260F; }
span { border-color: rgb(50,38,15); }
td.TdClassName
{
border-color: #32260F;
}
.TagClassName
{
border-color: #32260F;
}
</style>