Shades of Black Magic #302712
Tints of Black Magic #302712
RGB
CMYK
RGB Variations
Color information
#302712 (or 0x302712) is known color: Black Magic. HEX triplet: 30, 27 and 12. RGB value is (48,39,18). Sum of RGB (Red+Green+Blue) = 48+39+18=105 (13% of max value = 765). Red value is 48 (19.14% from 255 or 45.71% from 105); Green value is 39 (15.62% from 255 or 37.14% from 105); Blue value is 18 (7.42% from 255 or 17.14% from 105); Max value from RGB is 48 - color contains mainly: red. Hex color #302712 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302712 is #CFD8ED. Grayscale: #272727. Windows color (decimal): -13621486 or 1189680. OLE color: 1189680.
HSL color Cylindrical-coordinate representation of color #302712: hue angle of 42º degrees, saturation: 0.45, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #302712 is Cyan = 0, Magento = 0.19, Yellow = 0.63 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 39 | 18 | - |
| CMYK | 0 | 0.19 | 0.63 | 0.81 |
| HSL | 42º | 0.45% | 0.13% | - |
| HSV(B) | 42º | 0.63% | 0.19% | - |
| XYZ | 2.05 | 2.12 | 0.87 | - |
| YUV | 39.3 | 115.98 | 134.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 39 | 18 | 0 | 0.19 | 0.63 | 0.81 | 42 | 0.45 | 0.13 |
| Hex | 30 | 27 | 12 | 0 | 13 | 3F | 51 | 2A | 2D | D |
| Octal | 60 | 47 | 22 | 0 | 23 | 77 | 121 | 52 | 55 | 15 |
| Binary | 110000 | 100111 | 10010 | 0 | 10011 | 111111 | 1010001 | 101010 | 101101 | 1101 |
Color Harmonies of #302712
Complementary color
Monochromatic Colors of #302712
Black with #302712
Text Example
Text Example
White with #302712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302712; }
p { color: rgb(48,39,18); }
H1.HeaderClassName
{
color: #302712;
}
.AnyTagClassName
{
color: #302712;
}
</style>
background-color css
<style>
a { background-color: #302712; }
a { background-color: rgb(48,39,18); }
div.DivClassName
{
background-color: #302712;
}
.BgClassName
{
background-color: #302712;
}
</style>
border-color css
<style>
span { border-color: #302712; }
span { border-color: rgb(48,39,18); }
td.TdClassName
{
border-color: #302712;
}
.TagClassName
{
border-color: #302712;
}
</style>