Shades of Black Magic #302613
Tints of Black Magic #302613
RGB
CMYK
RGB Variations
Color information
#302613 (or 0x302613) is known color: Black Magic. HEX triplet: 30, 26 and 13. RGB value is (48,38,19). Sum of RGB (Red+Green+Blue) = 48+38+19=105 (13% of max value = 765). Red value is 48 (19.14% from 255 or 45.71% from 105); Green value is 38 (15.23% from 255 or 36.19% from 105); Blue value is 19 (7.81% from 255 or 18.10% from 105); Max value from RGB is 48 - color contains mainly: red. Hex color #302613 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302613 is #CFD9EC. Grayscale: #262626. Windows color (decimal): -13621741 or 1254960. OLE color: 1254960.
HSL color Cylindrical-coordinate representation of color #302613: hue angle of 39.31º 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 #302613 is Cyan = 0, Magento = 0.21, Yellow = 0.60 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 38 | 19 | - |
| CMYK | 0 | 0.21 | 0.60 | 0.81 |
| HSL | 39.31º | 0.43% | 0.13% | - |
| HSV(B) | 39.31º | 0.6% | 0.19% | - |
| XYZ | 2.03 | 2.06 | 0.91 | - |
| YUV | 38.82 | 116.81 | 134.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 38 | 19 | 0 | 0.21 | 0.60 | 0.81 | 39.31 | 0.43 | 0.13 |
| Hex | 30 | 26 | 13 | 0 | 15 | 3C | 51 | 27 | 2B | D |
| Octal | 60 | 46 | 23 | 0 | 25 | 74 | 121 | 47 | 53 | 15 |
| Binary | 110000 | 100110 | 10011 | 0 | 10101 | 111100 | 1010001 | 100111 | 101011 | 1101 |
Color Harmonies of #302613
Complementary color
Monochromatic Colors of #302613
Black with #302613
Text Example
Text Example
White with #302613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302613; }
p { color: rgb(48,38,19); }
H1.HeaderClassName
{
color: #302613;
}
.AnyTagClassName
{
color: #302613;
}
</style>
background-color css
<style>
a { background-color: #302613; }
a { background-color: rgb(48,38,19); }
div.DivClassName
{
background-color: #302613;
}
.BgClassName
{
background-color: #302613;
}
</style>
border-color css
<style>
span { border-color: #302613; }
span { border-color: rgb(48,38,19); }
td.TdClassName
{
border-color: #302613;
}
.TagClassName
{
border-color: #302613;
}
</style>