Shades of Black Magic #302B23
Tints of Black Magic #302B23
RGB
CMYK
RGB Variations
Color information
#302B23 (or 0x302B23) is known color: Black Magic. HEX triplet: 30, 2B and 23. RGB value is (48,43,35). Sum of RGB (Red+Green+Blue) = 48+43+35=126 (16% of max value = 765). Red value is 48 (19.14% from 255 or 38.10% from 126); Green value is 43 (17.19% from 255 or 34.13% from 126); Blue value is 35 (14.06% from 255 or 27.78% from 126); Max value from RGB is 48 - color contains mainly: red. Hex color #302B23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302B23 is #CFD4DC. Grayscale: #2B2B2B. Windows color (decimal): -13620445 or 2304816. OLE color: 2304816.
HSL color Cylindrical-coordinate representation of color #302B23: hue angle of 36.92º degrees, saturation: 0.16, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #302B23 is Cyan = 0, Magento = 0.10, Yellow = 0.27 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 43 | 35 | - |
| CMYK | 0 | 0.10 | 0.27 | 0.81 |
| HSL | 36.92º | 0.16% | 0.16% | - |
| HSV(B) | 36.92º | 0.27% | 0.19% | - |
| XYZ | 2.39 | 2.48 | 1.94 | - |
| YUV | 43.58 | 123.16 | 131.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 43 | 35 | 0 | 0.10 | 0.27 | 0.81 | 36.92 | 0.16 | 0.16 |
| Hex | 30 | 2B | 23 | 0 | A | 1B | 51 | 25 | 10 | 10 |
| Octal | 60 | 53 | 43 | 0 | 12 | 33 | 121 | 45 | 20 | 20 |
| Binary | 110000 | 101011 | 100011 | 0 | 1010 | 11011 | 1010001 | 100101 | 10000 | 10000 |
Color Harmonies of #302B23
Complementary color
Monochromatic Colors of #302B23
Black with #302B23
Text Example
Text Example
White with #302B23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302B23; }
p { color: rgb(48,43,35); }
H1.HeaderClassName
{
color: #302B23;
}
.AnyTagClassName
{
color: #302B23;
}
</style>
background-color css
<style>
a { background-color: #302B23; }
a { background-color: rgb(48,43,35); }
div.DivClassName
{
background-color: #302B23;
}
.BgClassName
{
background-color: #302B23;
}
</style>
border-color css
<style>
span { border-color: #302B23; }
span { border-color: rgb(48,43,35); }
td.TdClassName
{
border-color: #302B23;
}
.TagClassName
{
border-color: #302B23;
}
</style>