Shades of Black Magic #332510
Tints of Black Magic #332510
RGB
CMYK
RGB Variations
Color information
#332510 (or 0x332510) is known color: Black Magic. HEX triplet: 33, 25 and 10. RGB value is (51,37,16). Sum of RGB (Red+Green+Blue) = 51+37+16=104 (13% of max value = 765). Red value is 51 (20.31% from 255 or 49.04% from 104); Green value is 37 (14.84% from 255 or 35.58% from 104); Blue value is 16 (6.64% from 255 or 15.38% from 104); Max value from RGB is 51 - color contains mainly: red. Hex color #332510 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332510 is #CCDAEF. Grayscale: #262626. Windows color (decimal): -13425392 or 1058099. OLE color: 1058099.
HSL color Cylindrical-coordinate representation of color #332510: hue angle of 36º degrees, saturation: 0.52, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #332510 is Cyan = 0, Magento = 0.27, Yellow = 0.69 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 37 | 16 | - |
| CMYK | 0 | 0.27 | 0.69 | 0.8 |
| HSL | 36º | 0.52% | 0.13% | - |
| HSV(B) | 36º | 0.69% | 0.2% | - |
| XYZ | 2.12 | 2.06 | 0.78 | - |
| YUV | 38.79 | 115.14 | 136.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 37 | 16 | 0 | 0.27 | 0.69 | 0.8 | 36 | 0.52 | 0.13 |
| Hex | 33 | 25 | 10 | 0 | 1B | 45 | 50 | 24 | 34 | D |
| Octal | 63 | 45 | 20 | 0 | 33 | 105 | 120 | 44 | 64 | 15 |
| Binary | 110011 | 100101 | 10000 | 0 | 11011 | 1000101 | 1010000 | 100100 | 110100 | 1101 |
Color Harmonies of #332510
Complementary color
Monochromatic Colors of #332510
Black with #332510
Text Example
Text Example
White with #332510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332510; }
p { color: rgb(51,37,16); }
H1.HeaderClassName
{
color: #332510;
}
.AnyTagClassName
{
color: #332510;
}
</style>
background-color css
<style>
a { background-color: #332510; }
a { background-color: rgb(51,37,16); }
div.DivClassName
{
background-color: #332510;
}
.BgClassName
{
background-color: #332510;
}
</style>
border-color css
<style>
span { border-color: #332510; }
span { border-color: rgb(51,37,16); }
td.TdClassName
{
border-color: #332510;
}
.TagClassName
{
border-color: #332510;
}
</style>