Shades of Black Magic #322608
Tints of Black Magic #322608
RGB
CMYK
RGB Variations
Color information
#322608 (or 0x322608) is known color: Black Magic. HEX triplet: 32, 26 and 08. RGB value is (50,38,8). Sum of RGB (Red+Green+Blue) = 50+38+8=96 (12% of max value = 765). Red value is 50 (19.92% from 255 or 52.08% from 96); Green value is 38 (15.23% from 255 or 39.58% from 96); Blue value is 8 (3.52% from 255 or 8.33% from 96); Max value from RGB is 50 - color contains mainly: red. Hex color #322608 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #322608 is #CDD9F7. Grayscale: #262626. Windows color (decimal): -13490680 or 534066. OLE color: 534066.
HSL color Cylindrical-coordinate representation of color #322608: hue angle of 42.86º 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 #322608 is Cyan = 0, Magento = 0.24, Yellow = 0.84 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 38 | 8 | - |
| CMYK | 0 | 0.24 | 0.84 | 0.80 |
| HSL | 42.86º | 0.72% | 0.11% | - |
| HSV(B) | 42.86º | 0.84% | 0.2% | - |
| XYZ | 2.05 | 2.08 | 0.52 | - |
| YUV | 38.17 | 110.98 | 136.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 38 | 8 | 0 | 0.24 | 0.84 | 0.80 | 42.86 | 0.72 | 0.11 |
| Hex | 32 | 26 | 8 | 0 | 18 | 54 | 50 | 2B | 48 | B |
| Octal | 62 | 46 | 10 | 0 | 30 | 124 | 120 | 53 | 110 | 13 |
| Binary | 110010 | 100110 | 1000 | 0 | 11000 | 1010100 | 1010000 | 101011 | 1001000 | 1011 |
Color Harmonies of #322608
Complementary color
Monochromatic Colors of #322608
Black with #322608
Text Example
Text Example
White with #322608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322608; }
p { color: rgb(50,38,8); }
H1.HeaderClassName
{
color: #322608;
}
.AnyTagClassName
{
color: #322608;
}
</style>
background-color css
<style>
a { background-color: #322608; }
a { background-color: rgb(50,38,8); }
div.DivClassName
{
background-color: #322608;
}
.BgClassName
{
background-color: #322608;
}
</style>
border-color css
<style>
span { border-color: #322608; }
span { border-color: rgb(50,38,8); }
td.TdClassName
{
border-color: #322608;
}
.TagClassName
{
border-color: #322608;
}
</style>