Shades of Black Magic #332305
Tints of Black Magic #332305
RGB
CMYK
RGB Variations
Color information
#332305 (or 0x332305) is known color: Black Magic. HEX triplet: 33, 23 and 05. RGB value is (51,35,5). Sum of RGB (Red+Green+Blue) = 51+35+5=91 (12% of max value = 765). Red value is 51 (20.31% from 255 or 56.04% from 91); Green value is 35 (14.06% from 255 or 38.46% from 91); Blue value is 5 (2.34% from 255 or 5.49% from 91); Max value from RGB is 51 - color contains mainly: red. Hex color #332305 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332305 is #CCDCFA. Grayscale: #242424. Windows color (decimal): -13425915 or 336691. OLE color: 336691.
HSL color Cylindrical-coordinate representation of color #332305: hue angle of 39.13º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #332305 is Cyan = 0, Magento = 0.31, Yellow = 0.90 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 35 | 5 | - |
| CMYK | 0 | 0.31 | 0.90 | 0.8 |
| HSL | 39.13º | 0.82% | 0.11% | - |
| HSV(B) | 39.13º | 0.9% | 0.2% | - |
| XYZ | 1.99 | 1.92 | 0.41 | - |
| YUV | 36.36 | 110.3 | 138.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 35 | 5 | 0 | 0.31 | 0.90 | 0.8 | 39.13 | 0.82 | 0.11 |
| Hex | 33 | 23 | 5 | 0 | 1F | 5A | 50 | 27 | 52 | B |
| Octal | 63 | 43 | 5 | 0 | 37 | 132 | 120 | 47 | 122 | 13 |
| Binary | 110011 | 100011 | 101 | 0 | 11111 | 1011010 | 1010000 | 100111 | 1010010 | 1011 |
Color Harmonies of #332305
Complementary color
Monochromatic Colors of #332305
Black with #332305
Text Example
Text Example
White with #332305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332305; }
p { color: rgb(51,35,5); }
H1.HeaderClassName
{
color: #332305;
}
.AnyTagClassName
{
color: #332305;
}
</style>
background-color css
<style>
a { background-color: #332305; }
a { background-color: rgb(51,35,5); }
div.DivClassName
{
background-color: #332305;
}
.BgClassName
{
background-color: #332305;
}
</style>
border-color css
<style>
span { border-color: #332305; }
span { border-color: rgb(51,35,5); }
td.TdClassName
{
border-color: #332305;
}
.TagClassName
{
border-color: #332305;
}
</style>