Shades of Black Magic #302512
Tints of Black Magic #302512
RGB
CMYK
RGB Variations
Color information
#302512 (or 0x302512) is known color: Black Magic. HEX triplet: 30, 25 and 12. RGB value is (48,37,18). Sum of RGB (Red+Green+Blue) = 48+37+18=103 (13% of max value = 765). Red value is 48 (19.14% from 255 or 46.60% from 103); Green value is 37 (14.84% from 255 or 35.92% from 103); Blue value is 18 (7.42% from 255 or 17.48% from 103); Max value from RGB is 48 - color contains mainly: red. Hex color #302512 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302512 is #CFDAED. Grayscale: #262626. Windows color (decimal): -13621998 or 1189168. OLE color: 1189168.
HSL color Cylindrical-coordinate representation of color #302512: hue angle of 38º 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 #302512 is Cyan = 0, Magento = 0.23, Yellow = 0.63 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 37 | 18 | - |
| CMYK | 0 | 0.23 | 0.63 | 0.81 |
| HSL | 38º | 0.45% | 0.13% | - |
| HSV(B) | 38º | 0.63% | 0.19% | - |
| XYZ | 1.99 | 2 | 0.85 | - |
| YUV | 38.12 | 116.64 | 135.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 37 | 18 | 0 | 0.23 | 0.63 | 0.81 | 38 | 0.45 | 0.13 |
| Hex | 30 | 25 | 12 | 0 | 17 | 3F | 51 | 26 | 2D | D |
| Octal | 60 | 45 | 22 | 0 | 27 | 77 | 121 | 46 | 55 | 15 |
| Binary | 110000 | 100101 | 10010 | 0 | 10111 | 111111 | 1010001 | 100110 | 101101 | 1101 |
Color Harmonies of #302512
Complementary color
Monochromatic Colors of #302512
Black with #302512
Text Example
Text Example
White with #302512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302512; }
p { color: rgb(48,37,18); }
H1.HeaderClassName
{
color: #302512;
}
.AnyTagClassName
{
color: #302512;
}
</style>
background-color css
<style>
a { background-color: #302512; }
a { background-color: rgb(48,37,18); }
div.DivClassName
{
background-color: #302512;
}
.BgClassName
{
background-color: #302512;
}
</style>
border-color css
<style>
span { border-color: #302512; }
span { border-color: rgb(48,37,18); }
td.TdClassName
{
border-color: #302512;
}
.TagClassName
{
border-color: #302512;
}
</style>