Shades of Black Magic #302515
Tints of Black Magic #302515
RGB
CMYK
RGB Variations
Color information
#302515 (or 0x302515) is known color: Black Magic. HEX triplet: 30, 25 and 15. RGB value is (48,37,21). Sum of RGB (Red+Green+Blue) = 48+37+21=106 (14% of max value = 765). Red value is 48 (19.14% from 255 or 45.28% from 106); Green value is 37 (14.84% from 255 or 34.91% from 106); Blue value is 21 (8.59% from 255 or 19.81% from 106); Max value from RGB is 48 - color contains mainly: red. Hex color #302515 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302515 is #CFDAEA. Grayscale: #262626. Windows color (decimal): -13621995 or 1385776. OLE color: 1385776.
HSL color Cylindrical-coordinate representation of color #302515: hue angle of 35.56º degrees, saturation: 0.39, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #302515 is Cyan = 0, Magento = 0.23, Yellow = 0.56 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 37 | 21 | - |
| CMYK | 0 | 0.23 | 0.56 | 0.81 |
| HSL | 35.56º | 0.39% | 0.14% | - |
| HSV(B) | 35.56º | 0.56% | 0.19% | - |
| XYZ | 2.02 | 2.01 | 0.99 | - |
| YUV | 38.47 | 118.14 | 134.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 37 | 21 | 0 | 0.23 | 0.56 | 0.81 | 35.56 | 0.39 | 0.14 |
| Hex | 30 | 25 | 15 | 0 | 17 | 38 | 51 | 24 | 27 | E |
| Octal | 60 | 45 | 25 | 0 | 27 | 70 | 121 | 44 | 47 | 16 |
| Binary | 110000 | 100101 | 10101 | 0 | 10111 | 111000 | 1010001 | 100100 | 100111 | 1110 |
Color Harmonies of #302515
Complementary color
Monochromatic Colors of #302515
Black with #302515
Text Example
Text Example
White with #302515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302515; }
p { color: rgb(48,37,21); }
H1.HeaderClassName
{
color: #302515;
}
.AnyTagClassName
{
color: #302515;
}
</style>
background-color css
<style>
a { background-color: #302515; }
a { background-color: rgb(48,37,21); }
div.DivClassName
{
background-color: #302515;
}
.BgClassName
{
background-color: #302515;
}
</style>
border-color css
<style>
span { border-color: #302515; }
span { border-color: rgb(48,37,21); }
td.TdClassName
{
border-color: #302515;
}
.TagClassName
{
border-color: #302515;
}
</style>