Shades of Black Magic #33270A
Tints of Black Magic #33270A
RGB
CMYK
RGB Variations
Color information
#33270A (or 0x33270A) is known color: Black Magic. HEX triplet: 33, 27 and 0A. RGB value is (51,39,10). Sum of RGB (Red+Green+Blue) = 51+39+10=100 (13% of max value = 765). Red value is 51 (20.31% from 255 or 51% from 100); Green value is 39 (15.62% from 255 or 39% from 100); Blue value is 10 (4.30% from 255 or 10% from 100); Max value from RGB is 51 - color contains mainly: red. Hex color #33270A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #33270A is #CCD8F5. Grayscale: #272727. Windows color (decimal): -13424886 or 665395. OLE color: 665395.
HSL color Cylindrical-coordinate representation of color #33270A: hue angle of 42.44º 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 #33270A is Cyan = 0, Magento = 0.24, Yellow = 0.80 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 39 | 10 | - |
| CMYK | 0 | 0.24 | 0.80 | 0.8 |
| HSL | 42.44º | 0.67% | 0.12% | - |
| HSV(B) | 42.44º | 0.8% | 0.2% | - |
| XYZ | 2.15 | 2.18 | 0.59 | - |
| YUV | 39.28 | 111.48 | 136.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 39 | 10 | 0 | 0.24 | 0.80 | 0.8 | 42.44 | 0.67 | 0.12 |
| Hex | 33 | 27 | A | 0 | 18 | 50 | 50 | 2A | 43 | C |
| Octal | 63 | 47 | 12 | 0 | 30 | 120 | 120 | 52 | 103 | 14 |
| Binary | 110011 | 100111 | 1010 | 0 | 11000 | 1010000 | 1010000 | 101010 | 1000011 | 1100 |
Color Harmonies of #33270A
Complementary color
Monochromatic Colors of #33270A
Black with #33270A
Text Example
Text Example
White with #33270A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33270A; }
p { color: rgb(51,39,10); }
H1.HeaderClassName
{
color: #33270A;
}
.AnyTagClassName
{
color: #33270A;
}
</style>
background-color css
<style>
a { background-color: #33270A; }
a { background-color: rgb(51,39,10); }
div.DivClassName
{
background-color: #33270A;
}
.BgClassName
{
background-color: #33270A;
}
</style>
border-color css
<style>
span { border-color: #33270A; }
span { border-color: rgb(51,39,10); }
td.TdClassName
{
border-color: #33270A;
}
.TagClassName
{
border-color: #33270A;
}
</style>