Shades of Black Magic #33250A
Tints of Black Magic #33250A
RGB
CMYK
RGB Variations
Color information
#33250A (or 0x33250A) is known color: Black Magic. HEX triplet: 33, 25 and 0A. RGB value is (51,37,10). Sum of RGB (Red+Green+Blue) = 51+37+10=98 (12% of max value = 765). Red value is 51 (20.31% from 255 or 52.04% from 98); Green value is 37 (14.84% from 255 or 37.76% from 98); Blue value is 10 (4.30% from 255 or 10.20% from 98); Max value from RGB is 51 - color contains mainly: red. Hex color #33250A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #33250A is #CCDAF5. Grayscale: #262626. Windows color (decimal): -13425398 or 664883. OLE color: 664883.
HSL color Cylindrical-coordinate representation of color #33250A: hue angle of 39.51º degrees, saturation: 0.67, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #33250A is Cyan = 0, Magento = 0.27, Yellow = 0.80 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 37 | 10 | - |
| CMYK | 0 | 0.27 | 0.80 | 0.8 |
| HSL | 39.51º | 0.67% | 0.12% | - |
| HSV(B) | 39.51º | 0.8% | 0.2% | - |
| XYZ | 2.08 | 2.05 | 0.57 | - |
| YUV | 38.11 | 112.14 | 137.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 37 | 10 | 0 | 0.27 | 0.80 | 0.8 | 39.51 | 0.67 | 0.12 |
| Hex | 33 | 25 | A | 0 | 1B | 50 | 50 | 28 | 43 | C |
| Octal | 63 | 45 | 12 | 0 | 33 | 120 | 120 | 50 | 103 | 14 |
| Binary | 110011 | 100101 | 1010 | 0 | 11011 | 1010000 | 1010000 | 101000 | 1000011 | 1100 |
Color Harmonies of #33250A
Complementary color
Monochromatic Colors of #33250A
Black with #33250A
Text Example
Text Example
White with #33250A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33250A; }
p { color: rgb(51,37,10); }
H1.HeaderClassName
{
color: #33250A;
}
.AnyTagClassName
{
color: #33250A;
}
</style>
background-color css
<style>
a { background-color: #33250A; }
a { background-color: rgb(51,37,10); }
div.DivClassName
{
background-color: #33250A;
}
.BgClassName
{
background-color: #33250A;
}
</style>
border-color css
<style>
span { border-color: #33250A; }
span { border-color: rgb(51,37,10); }
td.TdClassName
{
border-color: #33250A;
}
.TagClassName
{
border-color: #33250A;
}
</style>