Shades of Black Magic #302A23
Tints of Black Magic #302A23
RGB
CMYK
RGB Variations
Color information
#302A23 (or 0x302A23) is known color: Black Magic. HEX triplet: 30, 2A and 23. RGB value is (48,42,35). Sum of RGB (Red+Green+Blue) = 48+42+35=125 (16% of max value = 765). Red value is 48 (19.14% from 255 or 38.4% from 125); Green value is 42 (16.80% from 255 or 33.6% from 125); Blue value is 35 (14.06% from 255 or 28% from 125); Max value from RGB is 48 - color contains mainly: red. Hex color #302A23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302A23 is #CFD5DC. Grayscale: #2B2B2B. Windows color (decimal): -13620701 or 2304560. OLE color: 2304560.
HSL color Cylindrical-coordinate representation of color #302A23: hue angle of 32.31º 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 #302A23 is Cyan = 0, Magento = 0.13, Yellow = 0.27 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 42 | 35 | - |
| CMYK | 0 | 0.13 | 0.27 | 0.81 |
| HSL | 32.31º | 0.16% | 0.16% | - |
| HSV(B) | 32.31º | 0.27% | 0.19% | - |
| XYZ | 2.35 | 2.41 | 1.93 | - |
| YUV | 43 | 123.49 | 131.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 42 | 35 | 0 | 0.13 | 0.27 | 0.81 | 32.31 | 0.16 | 0.16 |
| Hex | 30 | 2A | 23 | 0 | D | 1B | 51 | 20 | 10 | 10 |
| Octal | 60 | 52 | 43 | 0 | 15 | 33 | 121 | 40 | 20 | 20 |
| Binary | 110000 | 101010 | 100011 | 0 | 1101 | 11011 | 1010001 | 100000 | 10000 | 10000 |
Color Harmonies of #302A23
Complementary color
Monochromatic Colors of #302A23
Black with #302A23
Text Example
Text Example
White with #302A23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302A23; }
p { color: rgb(48,42,35); }
H1.HeaderClassName
{
color: #302A23;
}
.AnyTagClassName
{
color: #302A23;
}
</style>
background-color css
<style>
a { background-color: #302A23; }
a { background-color: rgb(48,42,35); }
div.DivClassName
{
background-color: #302A23;
}
.BgClassName
{
background-color: #302A23;
}
</style>
border-color css
<style>
span { border-color: #302A23; }
span { border-color: rgb(48,42,35); }
td.TdClassName
{
border-color: #302A23;
}
.TagClassName
{
border-color: #302A23;
}
</style>