Shades of Black Magic #322B1B
Tints of Black Magic #322B1B
RGB
CMYK
RGB Variations
Color information
#322B1B (or 0x322B1B) is known color: Black Magic. HEX triplet: 32, 2B and 1B. RGB value is (50,43,27). Sum of RGB (Red+Green+Blue) = 50+43+27=120 (15% of max value = 765). Red value is 50 (19.92% from 255 or 41.67% from 120); Green value is 43 (17.19% from 255 or 35.83% from 120); Blue value is 27 (10.94% from 255 or 22.5% from 120); Max value from RGB is 50 - color contains mainly: red. Hex color #322B1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322B1B is #CDD4E4. Grayscale: #2B2B2B. Windows color (decimal): -13489381 or 1780530. OLE color: 1780530.
HSL color Cylindrical-coordinate representation of color #322B1B: hue angle of 41.74º degrees, saturation: 0.3, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #322B1B is Cyan = 0, Magento = 0.14, Yellow = 0.46 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 43 | 27 | - |
| CMYK | 0 | 0.14 | 0.46 | 0.80 |
| HSL | 41.74º | 0.3% | 0.15% | - |
| HSV(B) | 41.74º | 0.46% | 0.2% | - |
| XYZ | 2.38 | 2.48 | 1.39 | - |
| YUV | 43.27 | 118.82 | 132.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 43 | 27 | 0 | 0.14 | 0.46 | 0.80 | 41.74 | 0.3 | 0.15 |
| Hex | 32 | 2B | 1B | 0 | E | 2E | 50 | 2A | 1E | F |
| Octal | 62 | 53 | 33 | 0 | 16 | 56 | 120 | 52 | 36 | 17 |
| Binary | 110010 | 101011 | 11011 | 0 | 1110 | 101110 | 1010000 | 101010 | 11110 | 1111 |
Color Harmonies of #322B1B
Complementary color
Monochromatic Colors of #322B1B
Black with #322B1B
Text Example
Text Example
White with #322B1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322B1B; }
p { color: rgb(50,43,27); }
H1.HeaderClassName
{
color: #322B1B;
}
.AnyTagClassName
{
color: #322B1B;
}
</style>
background-color css
<style>
a { background-color: #322B1B; }
a { background-color: rgb(50,43,27); }
div.DivClassName
{
background-color: #322B1B;
}
.BgClassName
{
background-color: #322B1B;
}
</style>
border-color css
<style>
span { border-color: #322B1B; }
span { border-color: rgb(50,43,27); }
td.TdClassName
{
border-color: #322B1B;
}
.TagClassName
{
border-color: #322B1B;
}
</style>