Shades of Black Magic #30250B
Tints of Black Magic #30250B
RGB
CMYK
RGB Variations
Color information
#30250B (or 0x30250B) is known color: Black Magic. HEX triplet: 30, 25 and 0B. RGB value is (48,37,11). Sum of RGB (Red+Green+Blue) = 48+37+11=96 (12% of max value = 765). Red value is 48 (19.14% from 255 or 50% from 96); Green value is 37 (14.84% from 255 or 38.54% from 96); Blue value is 11 (4.69% from 255 or 11.46% from 96); Max value from RGB is 48 - color contains mainly: red. Hex color #30250B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #30250B is #CFDAF4. Grayscale: #252525. Windows color (decimal): -13622005 or 730416. OLE color: 730416.
HSL color Cylindrical-coordinate representation of color #30250B: hue angle of 42.16º degrees, saturation: 0.63, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30250B is Cyan = 0, Magento = 0.23, Yellow = 0.77 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 37 | 11 | - |
| CMYK | 0 | 0.23 | 0.77 | 0.81 |
| HSL | 42.16º | 0.63% | 0.12% | - |
| HSV(B) | 42.16º | 0.77% | 0.19% | - |
| XYZ | 1.94 | 1.98 | 0.6 | - |
| YUV | 37.33 | 113.14 | 135.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 37 | 11 | 0 | 0.23 | 0.77 | 0.81 | 42.16 | 0.63 | 0.12 |
| Hex | 30 | 25 | B | 0 | 17 | 4D | 51 | 2A | 3F | C |
| Octal | 60 | 45 | 13 | 0 | 27 | 115 | 121 | 52 | 77 | 14 |
| Binary | 110000 | 100101 | 1011 | 0 | 10111 | 1001101 | 1010001 | 101010 | 111111 | 1100 |
Color Harmonies of #30250B
Complementary color
Monochromatic Colors of #30250B
Black with #30250B
Text Example
Text Example
White with #30250B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30250B; }
p { color: rgb(48,37,11); }
H1.HeaderClassName
{
color: #30250B;
}
.AnyTagClassName
{
color: #30250B;
}
</style>
background-color css
<style>
a { background-color: #30250B; }
a { background-color: rgb(48,37,11); }
div.DivClassName
{
background-color: #30250B;
}
.BgClassName
{
background-color: #30250B;
}
</style>
border-color css
<style>
span { border-color: #30250B; }
span { border-color: rgb(48,37,11); }
td.TdClassName
{
border-color: #30250B;
}
.TagClassName
{
border-color: #30250B;
}
</style>