Shades of Black Magic #302619
Tints of Black Magic #302619
RGB
CMYK
RGB Variations
Color information
#302619 (or 0x302619) is known color: Black Magic. HEX triplet: 30, 26 and 19. RGB value is (48,38,25). Sum of RGB (Red+Green+Blue) = 48+38+25=111 (14% of max value = 765). Red value is 48 (19.14% from 255 or 43.24% from 111); Green value is 38 (15.23% from 255 or 34.23% from 111); Blue value is 25 (10.16% from 255 or 22.52% from 111); Max value from RGB is 48 - color contains mainly: red. Hex color #302619 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302619 is #CFD9E6. Grayscale: #272727. Windows color (decimal): -13621735 or 1648176. OLE color: 1648176.
HSL color Cylindrical-coordinate representation of color #302619: hue angle of 33.91º degrees, saturation: 0.32, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #302619 is Cyan = 0, Magento = 0.21, Yellow = 0.48 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 38 | 25 | - |
| CMYK | 0 | 0.21 | 0.48 | 0.81 |
| HSL | 33.91º | 0.32% | 0.14% | - |
| HSV(B) | 33.91º | 0.48% | 0.19% | - |
| XYZ | 2.09 | 2.08 | 1.21 | - |
| YUV | 39.51 | 119.81 | 134.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 38 | 25 | 0 | 0.21 | 0.48 | 0.81 | 33.91 | 0.32 | 0.14 |
| Hex | 30 | 26 | 19 | 0 | 15 | 30 | 51 | 22 | 20 | E |
| Octal | 60 | 46 | 31 | 0 | 25 | 60 | 121 | 42 | 40 | 16 |
| Binary | 110000 | 100110 | 11001 | 0 | 10101 | 110000 | 1010001 | 100010 | 100000 | 1110 |
Color Harmonies of #302619
Complementary color
Monochromatic Colors of #302619
Black with #302619
Text Example
Text Example
White with #302619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302619; }
p { color: rgb(48,38,25); }
H1.HeaderClassName
{
color: #302619;
}
.AnyTagClassName
{
color: #302619;
}
</style>
background-color css
<style>
a { background-color: #302619; }
a { background-color: rgb(48,38,25); }
div.DivClassName
{
background-color: #302619;
}
.BgClassName
{
background-color: #302619;
}
</style>
border-color css
<style>
span { border-color: #302619; }
span { border-color: rgb(48,38,25); }
td.TdClassName
{
border-color: #302619;
}
.TagClassName
{
border-color: #302619;
}
</style>