Shades of Black Magic #302411
Tints of Black Magic #302411
RGB
CMYK
RGB Variations
Color information
#302411 (or 0x302411) is known color: Black Magic. HEX triplet: 30, 24 and 11. RGB value is (48,36,17). Sum of RGB (Red+Green+Blue) = 48+36+17=101 (13% of max value = 765). Red value is 48 (19.14% from 255 or 47.52% from 101); Green value is 36 (14.45% from 255 or 35.64% from 101); Blue value is 17 (7.03% from 255 or 16.83% from 101); Max value from RGB is 48 - color contains mainly: red. Hex color #302411 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302411 is #CFDBEE. Grayscale: #252525. Windows color (decimal): -13622255 or 1123376. OLE color: 1123376.
HSL color Cylindrical-coordinate representation of color #302411: hue angle of 36.77º 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 #302411 is Cyan = 0, Magento = 0.25, Yellow = 0.65 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 36 | 17 | - |
| CMYK | 0 | 0.25 | 0.65 | 0.81 |
| HSL | 36.77º | 0.48% | 0.13% | - |
| HSV(B) | 36.77º | 0.65% | 0.19% | - |
| XYZ | 1.95 | 1.93 | 0.8 | - |
| YUV | 37.42 | 116.48 | 135.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 36 | 17 | 0 | 0.25 | 0.65 | 0.81 | 36.77 | 0.48 | 0.13 |
| Hex | 30 | 24 | 11 | 0 | 19 | 41 | 51 | 25 | 30 | D |
| Octal | 60 | 44 | 21 | 0 | 31 | 101 | 121 | 45 | 60 | 15 |
| Binary | 110000 | 100100 | 10001 | 0 | 11001 | 1000001 | 1010001 | 100101 | 110000 | 1101 |
Color Harmonies of #302411
Complementary color
Monochromatic Colors of #302411
Black with #302411
Text Example
Text Example
White with #302411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302411; }
p { color: rgb(48,36,17); }
H1.HeaderClassName
{
color: #302411;
}
.AnyTagClassName
{
color: #302411;
}
</style>
background-color css
<style>
a { background-color: #302411; }
a { background-color: rgb(48,36,17); }
div.DivClassName
{
background-color: #302411;
}
.BgClassName
{
background-color: #302411;
}
</style>
border-color css
<style>
span { border-color: #302411; }
span { border-color: rgb(48,36,17); }
td.TdClassName
{
border-color: #302411;
}
.TagClassName
{
border-color: #302411;
}
</style>