Shades of Black Magic #302207
Tints of Black Magic #302207
RGB
CMYK
RGB Variations
Color information
#302207 (or 0x302207) is known color: Black Magic. HEX triplet: 30, 22 and 07. RGB value is (48,34,7). Sum of RGB (Red+Green+Blue) = 48+34+7=89 (11% of max value = 765). Red value is 48 (19.14% from 255 or 53.93% from 89); Green value is 34 (13.67% from 255 or 38.20% from 89); Blue value is 7 (3.12% from 255 or 7.87% from 89); Max value from RGB is 48 - color contains mainly: red. Hex color #302207 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302207 is #CFDDF8. Grayscale: #232323. Windows color (decimal): -13622777 or 467504. OLE color: 467504.
HSL color Cylindrical-coordinate representation of color #302207: hue angle of 39.51º degrees, saturation: 0.75, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #302207 is Cyan = 0, Magento = 0.29, Yellow = 0.85 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 34 | 7 | - |
| CMYK | 0 | 0.29 | 0.85 | 0.81 |
| HSL | 39.51º | 0.75% | 0.11% | - |
| HSV(B) | 39.51º | 0.85% | 0.19% | - |
| XYZ | 1.83 | 1.79 | 0.45 | - |
| YUV | 35.11 | 112.14 | 137.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 34 | 7 | 0 | 0.29 | 0.85 | 0.81 | 39.51 | 0.75 | 0.11 |
| Hex | 30 | 22 | 7 | 0 | 1D | 55 | 51 | 28 | 4B | B |
| Octal | 60 | 42 | 7 | 0 | 35 | 125 | 121 | 50 | 113 | 13 |
| Binary | 110000 | 100010 | 111 | 0 | 11101 | 1010101 | 1010001 | 101000 | 1001011 | 1011 |
Color Harmonies of #302207
Complementary color
Monochromatic Colors of #302207
Black with #302207
Text Example
Text Example
White with #302207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302207; }
p { color: rgb(48,34,7); }
H1.HeaderClassName
{
color: #302207;
}
.AnyTagClassName
{
color: #302207;
}
</style>
background-color css
<style>
a { background-color: #302207; }
a { background-color: rgb(48,34,7); }
div.DivClassName
{
background-color: #302207;
}
.BgClassName
{
background-color: #302207;
}
</style>
border-color css
<style>
span { border-color: #302207; }
span { border-color: rgb(48,34,7); }
td.TdClassName
{
border-color: #302207;
}
.TagClassName
{
border-color: #302207;
}
</style>