Shades of Black Magic #302517
Tints of Black Magic #302517
RGB
CMYK
RGB Variations
Color information
#302517 (or 0x302517) is known color: Black Magic. HEX triplet: 30, 25 and 17. RGB value is (48,37,23). Sum of RGB (Red+Green+Blue) = 48+37+23=108 (14% of max value = 765). Red value is 48 (19.14% from 255 or 44.44% from 108); Green value is 37 (14.84% from 255 or 34.26% from 108); Blue value is 23 (9.38% from 255 or 21.30% from 108); Max value from RGB is 48 - color contains mainly: red. Hex color #302517 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302517 is #CFDAE8. Grayscale: #262626. Windows color (decimal): -13621993 or 1516848. OLE color: 1516848.
HSL color Cylindrical-coordinate representation of color #302517: hue angle of 33.6º degrees, saturation: 0.35, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #302517 is Cyan = 0, Magento = 0.23, Yellow = 0.52 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 37 | 23 | - |
| CMYK | 0 | 0.23 | 0.52 | 0.81 |
| HSL | 33.6º | 0.35% | 0.14% | - |
| HSV(B) | 33.6º | 0.52% | 0.19% | - |
| XYZ | 2.04 | 2.01 | 1.09 | - |
| YUV | 38.69 | 119.14 | 134.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 37 | 23 | 0 | 0.23 | 0.52 | 0.81 | 33.6 | 0.35 | 0.14 |
| Hex | 30 | 25 | 17 | 0 | 17 | 34 | 51 | 22 | 23 | E |
| Octal | 60 | 45 | 27 | 0 | 27 | 64 | 121 | 42 | 43 | 16 |
| Binary | 110000 | 100101 | 10111 | 0 | 10111 | 110100 | 1010001 | 100010 | 100011 | 1110 |
Color Harmonies of #302517
Complementary color
Monochromatic Colors of #302517
Black with #302517
Text Example
Text Example
White with #302517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302517; }
p { color: rgb(48,37,23); }
H1.HeaderClassName
{
color: #302517;
}
.AnyTagClassName
{
color: #302517;
}
</style>
background-color css
<style>
a { background-color: #302517; }
a { background-color: rgb(48,37,23); }
div.DivClassName
{
background-color: #302517;
}
.BgClassName
{
background-color: #302517;
}
</style>
border-color css
<style>
span { border-color: #302517; }
span { border-color: rgb(48,37,23); }
td.TdClassName
{
border-color: #302517;
}
.TagClassName
{
border-color: #302517;
}
</style>