Shades of Black Magic #30220B
Tints of Black Magic #30220B
RGB
CMYK
RGB Variations
Color information
#30220B (or 0x30220B) is known color: Black Magic. HEX triplet: 30, 22 and 0B. RGB value is (48,34,11). Sum of RGB (Red+Green+Blue) = 48+34+11=93 (12% of max value = 765). Red value is 48 (19.14% from 255 or 51.61% from 93); Green value is 34 (13.67% from 255 or 36.56% from 93); Blue value is 11 (4.69% from 255 or 11.83% from 93); Max value from RGB is 48 - color contains mainly: red. Hex color #30220B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #30220B is #CFDDF4. Grayscale: #232323. Windows color (decimal): -13622773 or 729648. OLE color: 729648.
HSL color Cylindrical-coordinate representation of color #30220B: hue angle of 37.3º degrees, saturation: 0.63, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30220B is Cyan = 0, Magento = 0.29, Yellow = 0.77 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 34 | 11 | - |
| CMYK | 0 | 0.29 | 0.77 | 0.81 |
| HSL | 37.3º | 0.63% | 0.12% | - |
| HSV(B) | 37.3º | 0.77% | 0.19% | - |
| XYZ | 1.85 | 1.8 | 0.57 | - |
| YUV | 35.56 | 114.14 | 136.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 34 | 11 | 0 | 0.29 | 0.77 | 0.81 | 37.3 | 0.63 | 0.12 |
| Hex | 30 | 22 | B | 0 | 1D | 4D | 51 | 25 | 3F | C |
| Octal | 60 | 42 | 13 | 0 | 35 | 115 | 121 | 45 | 77 | 14 |
| Binary | 110000 | 100010 | 1011 | 0 | 11101 | 1001101 | 1010001 | 100101 | 111111 | 1100 |
Color Harmonies of #30220B
Complementary color
Monochromatic Colors of #30220B
Black with #30220B
Text Example
Text Example
White with #30220B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30220B; }
p { color: rgb(48,34,11); }
H1.HeaderClassName
{
color: #30220B;
}
.AnyTagClassName
{
color: #30220B;
}
</style>
background-color css
<style>
a { background-color: #30220B; }
a { background-color: rgb(48,34,11); }
div.DivClassName
{
background-color: #30220B;
}
.BgClassName
{
background-color: #30220B;
}
</style>
border-color css
<style>
span { border-color: #30220B; }
span { border-color: rgb(48,34,11); }
td.TdClassName
{
border-color: #30220B;
}
.TagClassName
{
border-color: #30220B;
}
</style>