Shades of Black Magic #302B22
Tints of Black Magic #302B22
RGB
CMYK
RGB Variations
Color information
#302B22 (or 0x302B22) is known color: Black Magic. HEX triplet: 30, 2B and 22. RGB value is (48,43,34). Sum of RGB (Red+Green+Blue) = 48+43+34=125 (16% of max value = 765). Red value is 48 (19.14% from 255 or 38.4% from 125); Green value is 43 (17.19% from 255 or 34.4% from 125); Blue value is 34 (13.67% from 255 or 27.2% from 125); Max value from RGB is 48 - color contains mainly: red. Hex color #302B22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302B22 is #CFD4DD. Grayscale: #2B2B2B. Windows color (decimal): -13620446 or 2239280. OLE color: 2239280.
HSL color Cylindrical-coordinate representation of color #302B22: hue angle of 38.57º degrees, saturation: 0.17, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #302B22 is Cyan = 0, Magento = 0.10, Yellow = 0.29 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 43 | 34 | - |
| CMYK | 0 | 0.10 | 0.29 | 0.81 |
| HSL | 38.57º | 0.17% | 0.16% | - |
| HSV(B) | 38.57º | 0.29% | 0.19% | - |
| XYZ | 2.37 | 2.47 | 1.87 | - |
| YUV | 43.47 | 122.66 | 131.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 43 | 34 | 0 | 0.10 | 0.29 | 0.81 | 38.57 | 0.17 | 0.16 |
| Hex | 30 | 2B | 22 | 0 | A | 1D | 51 | 27 | 11 | 10 |
| Octal | 60 | 53 | 42 | 0 | 12 | 35 | 121 | 47 | 21 | 20 |
| Binary | 110000 | 101011 | 100010 | 0 | 1010 | 11101 | 1010001 | 100111 | 10001 | 10000 |
Color Harmonies of #302B22
Complementary color
Monochromatic Colors of #302B22
Black with #302B22
Text Example
Text Example
White with #302B22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302B22; }
p { color: rgb(48,43,34); }
H1.HeaderClassName
{
color: #302B22;
}
.AnyTagClassName
{
color: #302B22;
}
</style>
background-color css
<style>
a { background-color: #302B22; }
a { background-color: rgb(48,43,34); }
div.DivClassName
{
background-color: #302B22;
}
.BgClassName
{
background-color: #302B22;
}
</style>
border-color css
<style>
span { border-color: #302B22; }
span { border-color: rgb(48,43,34); }
td.TdClassName
{
border-color: #302B22;
}
.TagClassName
{
border-color: #302B22;
}
</style>