Shades of Black Magic #322508
Tints of Black Magic #322508
RGB
CMYK
RGB Variations
Color information
#322508 (or 0x322508) is known color: Black Magic. HEX triplet: 32, 25 and 08. RGB value is (50,37,8). Sum of RGB (Red+Green+Blue) = 50+37+8=95 (12% of max value = 765). Red value is 50 (19.92% from 255 or 52.63% from 95); Green value is 37 (14.84% from 255 or 38.95% from 95); Blue value is 8 (3.52% from 255 or 8.42% from 95); Max value from RGB is 50 - color contains mainly: red. Hex color #322508 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #322508 is #CDDAF7. Grayscale: #252525. Windows color (decimal): -13490936 or 533810. OLE color: 533810.
HSL color Cylindrical-coordinate representation of color #322508: hue angle of 41.43º degrees, saturation: 0.72, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #322508 is Cyan = 0, Magento = 0.26, Yellow = 0.84 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 37 | 8 | - |
| CMYK | 0 | 0.26 | 0.84 | 0.80 |
| HSL | 41.43º | 0.72% | 0.11% | - |
| HSV(B) | 41.43º | 0.84% | 0.2% | - |
| XYZ | 2.02 | 2.02 | 0.51 | - |
| YUV | 37.58 | 111.31 | 136.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 37 | 8 | 0 | 0.26 | 0.84 | 0.80 | 41.43 | 0.72 | 0.11 |
| Hex | 32 | 25 | 8 | 0 | 1A | 54 | 50 | 29 | 48 | B |
| Octal | 62 | 45 | 10 | 0 | 32 | 124 | 120 | 51 | 110 | 13 |
| Binary | 110010 | 100101 | 1000 | 0 | 11010 | 1010100 | 1010000 | 101001 | 1001000 | 1011 |
Color Harmonies of #322508
Complementary color
Monochromatic Colors of #322508
Black with #322508
Text Example
Text Example
White with #322508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322508; }
p { color: rgb(50,37,8); }
H1.HeaderClassName
{
color: #322508;
}
.AnyTagClassName
{
color: #322508;
}
</style>
background-color css
<style>
a { background-color: #322508; }
a { background-color: rgb(50,37,8); }
div.DivClassName
{
background-color: #322508;
}
.BgClassName
{
background-color: #322508;
}
</style>
border-color css
<style>
span { border-color: #322508; }
span { border-color: rgb(50,37,8); }
td.TdClassName
{
border-color: #322508;
}
.TagClassName
{
border-color: #322508;
}
</style>