Shades of Black Magic #332508
Tints of Black Magic #332508
RGB
CMYK
RGB Variations
Color information
#332508 (or 0x332508) is known color: Black Magic. HEX triplet: 33, 25 and 08. RGB value is (51,37,8). Sum of RGB (Red+Green+Blue) = 51+37+8=96 (12% of max value = 765). Red value is 51 (20.31% from 255 or 53.12% from 96); Green value is 37 (14.84% from 255 or 38.54% from 96); Blue value is 8 (3.52% from 255 or 8.33% from 96); Max value from RGB is 51 - color contains mainly: red. Hex color #332508 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332508 is #CCDAF7. Grayscale: #262626. Windows color (decimal): -13425400 or 533811. OLE color: 533811.
HSL color Cylindrical-coordinate representation of color #332508: hue angle of 40.47º degrees, saturation: 0.73, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #332508 is Cyan = 0, Magento = 0.27, Yellow = 0.84 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 37 | 8 | - |
| CMYK | 0 | 0.27 | 0.84 | 0.8 |
| HSL | 40.47º | 0.73% | 0.12% | - |
| HSV(B) | 40.47º | 0.84% | 0.2% | - |
| XYZ | 2.07 | 2.04 | 0.52 | - |
| YUV | 37.88 | 111.14 | 137.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 37 | 8 | 0 | 0.27 | 0.84 | 0.8 | 40.47 | 0.73 | 0.12 |
| Hex | 33 | 25 | 8 | 0 | 1B | 54 | 50 | 28 | 49 | C |
| Octal | 63 | 45 | 10 | 0 | 33 | 124 | 120 | 50 | 111 | 14 |
| Binary | 110011 | 100101 | 1000 | 0 | 11011 | 1010100 | 1010000 | 101000 | 1001001 | 1100 |
Color Harmonies of #332508
Complementary color
Monochromatic Colors of #332508
Black with #332508
Text Example
Text Example
White with #332508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332508; }
p { color: rgb(51,37,8); }
H1.HeaderClassName
{
color: #332508;
}
.AnyTagClassName
{
color: #332508;
}
</style>
background-color css
<style>
a { background-color: #332508; }
a { background-color: rgb(51,37,8); }
div.DivClassName
{
background-color: #332508;
}
.BgClassName
{
background-color: #332508;
}
</style>
border-color css
<style>
span { border-color: #332508; }
span { border-color: rgb(51,37,8); }
td.TdClassName
{
border-color: #332508;
}
.TagClassName
{
border-color: #332508;
}
</style>