Shades of Black Magic #32250B
Tints of Black Magic #32250B
RGB
CMYK
RGB Variations
Color information
#32250B (or 0x32250B) is known color: Black Magic. HEX triplet: 32, 25 and 0B. RGB value is (50,37,11). Sum of RGB (Red+Green+Blue) = 50+37+11=98 (12% of max value = 765). Red value is 50 (19.92% from 255 or 51.02% from 98); Green value is 37 (14.84% from 255 or 37.76% from 98); Blue value is 11 (4.69% from 255 or 11.22% from 98); Max value from RGB is 50 - color contains mainly: red. Hex color #32250B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #32250B is #CDDAF4. Grayscale: #262626. Windows color (decimal): -13490933 or 730418. OLE color: 730418.
HSL color Cylindrical-coordinate representation of color #32250B: hue angle of 40º 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 #32250B is Cyan = 0, Magento = 0.26, Yellow = 0.78 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 37 | 11 | - |
| CMYK | 0 | 0.26 | 0.78 | 0.80 |
| HSL | 40º | 0.64% | 0.12% | - |
| HSV(B) | 40º | 0.78% | 0.2% | - |
| XYZ | 2.04 | 2.03 | 0.6 | - |
| YUV | 37.92 | 112.81 | 136.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 37 | 11 | 0 | 0.26 | 0.78 | 0.80 | 40 | 0.64 | 0.12 |
| Hex | 32 | 25 | B | 0 | 1A | 4E | 50 | 28 | 40 | C |
| Octal | 62 | 45 | 13 | 0 | 32 | 116 | 120 | 50 | 100 | 14 |
| Binary | 110010 | 100101 | 1011 | 0 | 11010 | 1001110 | 1010000 | 101000 | 1000000 | 1100 |
Color Harmonies of #32250B
Complementary color
Monochromatic Colors of #32250B
Black with #32250B
Text Example
Text Example
White with #32250B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32250B; }
p { color: rgb(50,37,11); }
H1.HeaderClassName
{
color: #32250B;
}
.AnyTagClassName
{
color: #32250B;
}
</style>
background-color css
<style>
a { background-color: #32250B; }
a { background-color: rgb(50,37,11); }
div.DivClassName
{
background-color: #32250B;
}
.BgClassName
{
background-color: #32250B;
}
</style>
border-color css
<style>
span { border-color: #32250B; }
span { border-color: rgb(50,37,11); }
td.TdClassName
{
border-color: #32250B;
}
.TagClassName
{
border-color: #32250B;
}
</style>