Shades of Black Magic #302301
Tints of Black Magic #302301
RGB
CMYK
RGB Variations
Color information
#302301 (or 0x302301) is known color: Black Magic. HEX triplet: 30, 23 and 01. RGB value is (48,35,1). Sum of RGB (Red+Green+Blue) = 48+35+1=84 (11% of max value = 765). Red value is 48 (19.14% from 255 or 57.14% from 84); Green value is 35 (14.06% from 255 or 41.67% from 84); Blue value is 1 (0.78% from 255 or 1.19% from 84); Max value from RGB is 48 - color contains mainly: red. Hex color #302301 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302301 is #CFDCFE. Grayscale: #232323. Windows color (decimal): -13622527 or 74544. OLE color: 74544.
HSL color Cylindrical-coordinate representation of color #302301: hue angle of 43.4º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #302301 is Cyan = 0, Magento = 0.27, Yellow = 0.98 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 35 | 1 | - |
| CMYK | 0 | 0.27 | 0.98 | 0.81 |
| HSL | 43.4º | 0.96% | 0.1% | - |
| HSV(B) | 43.4º | 0.98% | 0.19% | - |
| XYZ | 1.83 | 1.83 | 0.29 | - |
| YUV | 35.01 | 108.81 | 137.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 35 | 1 | 0 | 0.27 | 0.98 | 0.81 | 43.4 | 0.96 | 0.1 |
| Hex | 30 | 23 | 1 | 0 | 1B | 62 | 51 | 2B | 60 | A |
| Octal | 60 | 43 | 1 | 0 | 33 | 142 | 121 | 53 | 140 | 12 |
| Binary | 110000 | 100011 | 1 | 0 | 11011 | 1100010 | 1010001 | 101011 | 1100000 | 1010 |
Color Harmonies of #302301
Complementary color
Monochromatic Colors of #302301
Black with #302301
Text Example
Text Example
White with #302301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302301; }
p { color: rgb(48,35,1); }
H1.HeaderClassName
{
color: #302301;
}
.AnyTagClassName
{
color: #302301;
}
</style>
background-color css
<style>
a { background-color: #302301; }
a { background-color: rgb(48,35,1); }
div.DivClassName
{
background-color: #302301;
}
.BgClassName
{
background-color: #302301;
}
</style>
border-color css
<style>
span { border-color: #302301; }
span { border-color: rgb(48,35,1); }
td.TdClassName
{
border-color: #302301;
}
.TagClassName
{
border-color: #302301;
}
</style>