Shades of Black Magic #302310
Tints of Black Magic #302310
RGB
CMYK
RGB Variations
Color information
#302310 (or 0x302310) is known color: Black Magic. HEX triplet: 30, 23 and 10. RGB value is (48,35,16). Sum of RGB (Red+Green+Blue) = 48+35+16=99 (13% of max value = 765). Red value is 48 (19.14% from 255 or 48.48% from 99); Green value is 35 (14.06% from 255 or 35.35% from 99); Blue value is 16 (6.64% from 255 or 16.16% from 99); Max value from RGB is 48 - color contains mainly: red. Hex color #302310 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302310 is #CFDCEF. Grayscale: #242424. Windows color (decimal): -13622512 or 1057584. OLE color: 1057584.
HSL color Cylindrical-coordinate representation of color #302310: hue angle of 35.62º degrees, saturation: 0.5, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #302310 is Cyan = 0, Magento = 0.27, Yellow = 0.67 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 35 | 16 | - |
| CMYK | 0 | 0.27 | 0.67 | 0.81 |
| HSL | 35.63º | 0.5% | 0.13% | - |
| HSV(B) | 35.63º | 0.67% | 0.19% | - |
| XYZ | 1.91 | 1.87 | 0.75 | - |
| YUV | 36.72 | 116.31 | 136.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 35 | 16 | 0 | 0.27 | 0.67 | 0.81 | 35.63 | 0.5 | 0.13 |
| Hex | 30 | 23 | 10 | 0 | 1B | 43 | 51 | 24 | 32 | D |
| Octal | 60 | 43 | 20 | 0 | 33 | 103 | 121 | 44 | 62 | 15 |
| Binary | 110000 | 100011 | 10000 | 0 | 11011 | 1000011 | 1010001 | 100100 | 110010 | 1101 |
Color Harmonies of #302310
Complementary color
Monochromatic Colors of #302310
Black with #302310
Text Example
Text Example
White with #302310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302310; }
p { color: rgb(48,35,16); }
H1.HeaderClassName
{
color: #302310;
}
.AnyTagClassName
{
color: #302310;
}
</style>
background-color css
<style>
a { background-color: #302310; }
a { background-color: rgb(48,35,16); }
div.DivClassName
{
background-color: #302310;
}
.BgClassName
{
background-color: #302310;
}
</style>
border-color css
<style>
span { border-color: #302310; }
span { border-color: rgb(48,35,16); }
td.TdClassName
{
border-color: #302310;
}
.TagClassName
{
border-color: #302310;
}
</style>