Shades of Black Magic #302713
Tints of Black Magic #302713
RGB
CMYK
RGB Variations
Color information
#302713 (or 0x302713) is known color: Black Magic. HEX triplet: 30, 27 and 13. RGB value is (48,39,19). Sum of RGB (Red+Green+Blue) = 48+39+19=106 (14% of max value = 765). Red value is 48 (19.14% from 255 or 45.28% from 106); Green value is 39 (15.62% from 255 or 36.79% from 106); Blue value is 19 (7.81% from 255 or 17.92% from 106); Max value from RGB is 48 - color contains mainly: red. Hex color #302713 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302713 is #CFD8EC. Grayscale: #272727. Windows color (decimal): -13621485 or 1255216. OLE color: 1255216.
HSL color Cylindrical-coordinate representation of color #302713: hue angle of 41.38º degrees, saturation: 0.43, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #302713 is Cyan = 0, Magento = 0.19, Yellow = 0.60 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 39 | 19 | - |
| CMYK | 0 | 0.19 | 0.60 | 0.81 |
| HSL | 41.38º | 0.43% | 0.13% | - |
| HSV(B) | 41.38º | 0.6% | 0.19% | - |
| XYZ | 2.06 | 2.13 | 0.92 | - |
| YUV | 39.41 | 116.48 | 134.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 39 | 19 | 0 | 0.19 | 0.60 | 0.81 | 41.38 | 0.43 | 0.13 |
| Hex | 30 | 27 | 13 | 0 | 13 | 3C | 51 | 29 | 2B | D |
| Octal | 60 | 47 | 23 | 0 | 23 | 74 | 121 | 51 | 53 | 15 |
| Binary | 110000 | 100111 | 10011 | 0 | 10011 | 111100 | 1010001 | 101001 | 101011 | 1101 |
Color Harmonies of #302713
Complementary color
Monochromatic Colors of #302713
Black with #302713
Text Example
Text Example
White with #302713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302713; }
p { color: rgb(48,39,19); }
H1.HeaderClassName
{
color: #302713;
}
.AnyTagClassName
{
color: #302713;
}
</style>
background-color css
<style>
a { background-color: #302713; }
a { background-color: rgb(48,39,19); }
div.DivClassName
{
background-color: #302713;
}
.BgClassName
{
background-color: #302713;
}
</style>
border-color css
<style>
span { border-color: #302713; }
span { border-color: rgb(48,39,19); }
td.TdClassName
{
border-color: #302713;
}
.TagClassName
{
border-color: #302713;
}
</style>