Shades of Black Magic #33250C
Tints of Black Magic #33250C
RGB
CMYK
RGB Variations
Color information
#33250C (or 0x33250C) is known color: Black Magic. HEX triplet: 33, 25 and 0C. RGB value is (51,37,12). Sum of RGB (Red+Green+Blue) = 51+37+12=100 (13% of max value = 765). Red value is 51 (20.31% from 255 or 51% from 100); Green value is 37 (14.84% from 255 or 37% from 100); Blue value is 12 (5.08% from 255 or 12% from 100); Max value from RGB is 51 - color contains mainly: red. Hex color #33250C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #33250C is #CCDAF3. Grayscale: #262626. Windows color (decimal): -13425396 or 795955. OLE color: 795955.
HSL color Cylindrical-coordinate representation of color #33250C: hue angle of 38.46º degrees, saturation: 0.62, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #33250C is Cyan = 0, Magento = 0.27, Yellow = 0.76 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 37 | 12 | - |
| CMYK | 0 | 0.27 | 0.76 | 0.8 |
| HSL | 38.46º | 0.62% | 0.12% | - |
| HSV(B) | 38.46º | 0.76% | 0.2% | - |
| XYZ | 2.09 | 2.05 | 0.63 | - |
| YUV | 38.34 | 113.14 | 137.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 37 | 12 | 0 | 0.27 | 0.76 | 0.8 | 38.46 | 0.62 | 0.12 |
| Hex | 33 | 25 | C | 0 | 1B | 4C | 50 | 26 | 3E | C |
| Octal | 63 | 45 | 14 | 0 | 33 | 114 | 120 | 46 | 76 | 14 |
| Binary | 110011 | 100101 | 1100 | 0 | 11011 | 1001100 | 1010000 | 100110 | 111110 | 1100 |
Color Harmonies of #33250C
Complementary color
Monochromatic Colors of #33250C
Black with #33250C
Text Example
Text Example
White with #33250C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33250C; }
p { color: rgb(51,37,12); }
H1.HeaderClassName
{
color: #33250C;
}
.AnyTagClassName
{
color: #33250C;
}
</style>
background-color css
<style>
a { background-color: #33250C; }
a { background-color: rgb(51,37,12); }
div.DivClassName
{
background-color: #33250C;
}
.BgClassName
{
background-color: #33250C;
}
</style>
border-color css
<style>
span { border-color: #33250C; }
span { border-color: rgb(51,37,12); }
td.TdClassName
{
border-color: #33250C;
}
.TagClassName
{
border-color: #33250C;
}
</style>