Shades of Black Magic #302205
Tints of Black Magic #302205
RGB
CMYK
RGB Variations
Color information
#302205 (or 0x302205) is known color: Black Magic. HEX triplet: 30, 22 and 05. RGB value is (48,34,5). Sum of RGB (Red+Green+Blue) = 48+34+5=87 (11% of max value = 765). Red value is 48 (19.14% from 255 or 55.17% from 87); Green value is 34 (13.67% from 255 or 39.08% from 87); Blue value is 5 (2.34% from 255 or 5.75% from 87); Max value from RGB is 48 - color contains mainly: red. Hex color #302205 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302205 is #CFDDFA. Grayscale: #232323. Windows color (decimal): -13622779 or 336432. OLE color: 336432.
HSL color Cylindrical-coordinate representation of color #302205: hue angle of 40.47º degrees, saturation: 0.81, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #302205 is Cyan = 0, Magento = 0.29, Yellow = 0.90 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 34 | 5 | - |
| CMYK | 0 | 0.29 | 0.90 | 0.81 |
| HSL | 40.47º | 0.81% | 0.1% | - |
| HSV(B) | 40.47º | 0.9% | 0.19% | - |
| XYZ | 1.82 | 1.78 | 0.39 | - |
| YUV | 34.88 | 111.14 | 137.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 34 | 5 | 0 | 0.29 | 0.90 | 0.81 | 40.47 | 0.81 | 0.1 |
| Hex | 30 | 22 | 5 | 0 | 1D | 5A | 51 | 28 | 51 | A |
| Octal | 60 | 42 | 5 | 0 | 35 | 132 | 121 | 50 | 121 | 12 |
| Binary | 110000 | 100010 | 101 | 0 | 11101 | 1011010 | 1010001 | 101000 | 1010001 | 1010 |
Color Harmonies of #302205
Complementary color
Monochromatic Colors of #302205
Black with #302205
Text Example
Text Example
White with #302205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302205; }
p { color: rgb(48,34,5); }
H1.HeaderClassName
{
color: #302205;
}
.AnyTagClassName
{
color: #302205;
}
</style>
background-color css
<style>
a { background-color: #302205; }
a { background-color: rgb(48,34,5); }
div.DivClassName
{
background-color: #302205;
}
.BgClassName
{
background-color: #302205;
}
</style>
border-color css
<style>
span { border-color: #302205; }
span { border-color: rgb(48,34,5); }
td.TdClassName
{
border-color: #302205;
}
.TagClassName
{
border-color: #302205;
}
</style>