Shades of Black Magic #302508
Tints of Black Magic #302508
RGB
CMYK
RGB Variations
Color information
#302508 (or 0x302508) is known color: Black Magic. HEX triplet: 30, 25 and 08. RGB value is (48,37,8). Sum of RGB (Red+Green+Blue) = 48+37+8=93 (12% of max value = 765). Red value is 48 (19.14% from 255 or 51.61% from 93); Green value is 37 (14.84% from 255 or 39.78% from 93); Blue value is 8 (3.52% from 255 or 8.60% from 93); Max value from RGB is 48 - color contains mainly: red. Hex color #302508 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302508 is #CFDAF7. Grayscale: #252525. Windows color (decimal): -13622008 or 533808. OLE color: 533808.
HSL color Cylindrical-coordinate representation of color #302508: hue angle of 43.5º degrees, saturation: 0.71, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #302508 is Cyan = 0, Magento = 0.23, Yellow = 0.83 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 37 | 8 | - |
| CMYK | 0 | 0.23 | 0.83 | 0.81 |
| HSL | 43.5º | 0.71% | 0.11% | - |
| HSV(B) | 43.5º | 0.83% | 0.19% | - |
| XYZ | 1.92 | 1.97 | 0.51 | - |
| YUV | 36.98 | 111.64 | 135.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 37 | 8 | 0 | 0.23 | 0.83 | 0.81 | 43.5 | 0.71 | 0.11 |
| Hex | 30 | 25 | 8 | 0 | 17 | 53 | 51 | 2C | 47 | B |
| Octal | 60 | 45 | 10 | 0 | 27 | 123 | 121 | 54 | 107 | 13 |
| Binary | 110000 | 100101 | 1000 | 0 | 10111 | 1010011 | 1010001 | 101100 | 1000111 | 1011 |
Color Harmonies of #302508
Complementary color
Monochromatic Colors of #302508
Black with #302508
Text Example
Text Example
White with #302508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302508; }
p { color: rgb(48,37,8); }
H1.HeaderClassName
{
color: #302508;
}
.AnyTagClassName
{
color: #302508;
}
</style>
background-color css
<style>
a { background-color: #302508; }
a { background-color: rgb(48,37,8); }
div.DivClassName
{
background-color: #302508;
}
.BgClassName
{
background-color: #302508;
}
</style>
border-color css
<style>
span { border-color: #302508; }
span { border-color: rgb(48,37,8); }
td.TdClassName
{
border-color: #302508;
}
.TagClassName
{
border-color: #302508;
}
</style>