Shades of Black Magic #302303
Tints of Black Magic #302303
RGB
CMYK
RGB Variations
Color information
#302303 (or 0x302303) is known color: Black Magic. HEX triplet: 30, 23 and 03. RGB value is (48,35,3). Sum of RGB (Red+Green+Blue) = 48+35+3=86 (11% of max value = 765). Red value is 48 (19.14% from 255 or 55.81% from 86); Green value is 35 (14.06% from 255 or 40.70% from 86); Blue value is 3 (1.56% from 255 or 3.49% from 86); Max value from RGB is 48 - color contains mainly: red. Hex color #302303 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302303 is #CFDCFC. Grayscale: #232323. Windows color (decimal): -13622525 or 205616. OLE color: 205616.
HSL color Cylindrical-coordinate representation of color #302303: hue angle of 42.67º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #302303 is Cyan = 0, Magento = 0.27, Yellow = 0.94 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 35 | 3 | - |
| CMYK | 0 | 0.27 | 0.94 | 0.81 |
| HSL | 42.67º | 0.88% | 0.1% | - |
| HSV(B) | 42.67º | 0.94% | 0.19% | - |
| XYZ | 1.84 | 1.84 | 0.34 | - |
| YUV | 35.24 | 109.81 | 137.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 35 | 3 | 0 | 0.27 | 0.94 | 0.81 | 42.67 | 0.88 | 0.1 |
| Hex | 30 | 23 | 3 | 0 | 1B | 5E | 51 | 2B | 58 | A |
| Octal | 60 | 43 | 3 | 0 | 33 | 136 | 121 | 53 | 130 | 12 |
| Binary | 110000 | 100011 | 11 | 0 | 11011 | 1011110 | 1010001 | 101011 | 1011000 | 1010 |
Color Harmonies of #302303
Complementary color
Monochromatic Colors of #302303
Black with #302303
Text Example
Text Example
White with #302303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302303; }
p { color: rgb(48,35,3); }
H1.HeaderClassName
{
color: #302303;
}
.AnyTagClassName
{
color: #302303;
}
</style>
background-color css
<style>
a { background-color: #302303; }
a { background-color: rgb(48,35,3); }
div.DivClassName
{
background-color: #302303;
}
.BgClassName
{
background-color: #302303;
}
</style>
border-color css
<style>
span { border-color: #302303; }
span { border-color: rgb(48,35,3); }
td.TdClassName
{
border-color: #302303;
}
.TagClassName
{
border-color: #302303;
}
</style>