Shades of Black Magic #302511
Tints of Black Magic #302511
RGB
CMYK
RGB Variations
Color information
#302511 (or 0x302511) is known color: Black Magic. HEX triplet: 30, 25 and 11. RGB value is (48,37,17). Sum of RGB (Red+Green+Blue) = 48+37+17=102 (13% of max value = 765). Red value is 48 (19.14% from 255 or 47.06% from 102); Green value is 37 (14.84% from 255 or 36.27% from 102); Blue value is 17 (7.03% from 255 or 16.67% from 102); Max value from RGB is 48 - color contains mainly: red. Hex color #302511 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302511 is #CFDAEE. Grayscale: #262626. Windows color (decimal): -13621999 or 1123632. OLE color: 1123632.
HSL color Cylindrical-coordinate representation of color #302511: hue angle of 38.71º degrees, saturation: 0.48, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #302511 is Cyan = 0, Magento = 0.23, Yellow = 0.65 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 37 | 17 | - |
| CMYK | 0 | 0.23 | 0.65 | 0.81 |
| HSL | 38.71º | 0.48% | 0.13% | - |
| HSV(B) | 38.71º | 0.65% | 0.19% | - |
| XYZ | 1.98 | 1.99 | 0.81 | - |
| YUV | 38.01 | 116.14 | 135.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 37 | 17 | 0 | 0.23 | 0.65 | 0.81 | 38.71 | 0.48 | 0.13 |
| Hex | 30 | 25 | 11 | 0 | 17 | 41 | 51 | 27 | 30 | D |
| Octal | 60 | 45 | 21 | 0 | 27 | 101 | 121 | 47 | 60 | 15 |
| Binary | 110000 | 100101 | 10001 | 0 | 10111 | 1000001 | 1010001 | 100111 | 110000 | 1101 |
Color Harmonies of #302511
Complementary color
Monochromatic Colors of #302511
Black with #302511
Text Example
Text Example
White with #302511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302511; }
p { color: rgb(48,37,17); }
H1.HeaderClassName
{
color: #302511;
}
.AnyTagClassName
{
color: #302511;
}
</style>
background-color css
<style>
a { background-color: #302511; }
a { background-color: rgb(48,37,17); }
div.DivClassName
{
background-color: #302511;
}
.BgClassName
{
background-color: #302511;
}
</style>
border-color css
<style>
span { border-color: #302511; }
span { border-color: rgb(48,37,17); }
td.TdClassName
{
border-color: #302511;
}
.TagClassName
{
border-color: #302511;
}
</style>