Shades of Black Magic #302309
Tints of Black Magic #302309
RGB
CMYK
RGB Variations
Color information
#302309 (or 0x302309) is known color: Black Magic. HEX triplet: 30, 23 and 09. RGB value is (48,35,9). Sum of RGB (Red+Green+Blue) = 48+35+9=92 (12% of max value = 765). Red value is 48 (19.14% from 255 or 52.17% from 92); Green value is 35 (14.06% from 255 or 38.04% from 92); Blue value is 9 (3.91% from 255 or 9.78% from 92); Max value from RGB is 48 - color contains mainly: red. Hex color #302309 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302309 is #CFDCF6. Grayscale: #242424. Windows color (decimal): -13622519 or 598832. OLE color: 598832.
HSL color Cylindrical-coordinate representation of color #302309: hue angle of 40º degrees, saturation: 0.68, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #302309 is Cyan = 0, Magento = 0.27, Yellow = 0.81 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 35 | 9 | - |
| CMYK | 0 | 0.27 | 0.81 | 0.81 |
| HSL | 40º | 0.68% | 0.11% | - |
| HSV(B) | 40º | 0.81% | 0.19% | - |
| XYZ | 1.87 | 1.85 | 0.52 | - |
| YUV | 35.92 | 112.81 | 136.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 35 | 9 | 0 | 0.27 | 0.81 | 0.81 | 40 | 0.68 | 0.11 |
| Hex | 30 | 23 | 9 | 0 | 1B | 51 | 51 | 28 | 44 | B |
| Octal | 60 | 43 | 11 | 0 | 33 | 121 | 121 | 50 | 104 | 13 |
| Binary | 110000 | 100011 | 1001 | 0 | 11011 | 1010001 | 1010001 | 101000 | 1000100 | 1011 |
Color Harmonies of #302309
Complementary color
Monochromatic Colors of #302309
Black with #302309
Text Example
Text Example
White with #302309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302309; }
p { color: rgb(48,35,9); }
H1.HeaderClassName
{
color: #302309;
}
.AnyTagClassName
{
color: #302309;
}
</style>
background-color css
<style>
a { background-color: #302309; }
a { background-color: rgb(48,35,9); }
div.DivClassName
{
background-color: #302309;
}
.BgClassName
{
background-color: #302309;
}
</style>
border-color css
<style>
span { border-color: #302309; }
span { border-color: rgb(48,35,9); }
td.TdClassName
{
border-color: #302309;
}
.TagClassName
{
border-color: #302309;
}
</style>