Shades of Black Magic #302B1F
Tints of Black Magic #302B1F
RGB
CMYK
RGB Variations
Color information
#302B1F (or 0x302B1F) is known color: Black Magic. HEX triplet: 30, 2B and 1F. RGB value is (48,43,31). Sum of RGB (Red+Green+Blue) = 48+43+31=122 (16% of max value = 765). Red value is 48 (19.14% from 255 or 39.34% from 122); Green value is 43 (17.19% from 255 or 35.25% from 122); Blue value is 31 (12.5% from 255 or 25.41% from 122); Max value from RGB is 48 - color contains mainly: red. Hex color #302B1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302B1F is #CFD4E0. Grayscale: #2B2B2B. Windows color (decimal): -13620449 or 2042672. OLE color: 2042672.
HSL color Cylindrical-coordinate representation of color #302B1F: hue angle of 42.35º degrees, saturation: 0.22, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #302B1F is Cyan = 0, Magento = 0.10, Yellow = 0.35 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 43 | 31 | - |
| CMYK | 0 | 0.10 | 0.35 | 0.81 |
| HSL | 42.35º | 0.22% | 0.15% | - |
| HSV(B) | 42.35º | 0.35% | 0.19% | - |
| XYZ | 2.33 | 2.46 | 1.65 | - |
| YUV | 43.13 | 121.16 | 131.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 43 | 31 | 0 | 0.10 | 0.35 | 0.81 | 42.35 | 0.22 | 0.15 |
| Hex | 30 | 2B | 1F | 0 | A | 23 | 51 | 2A | 16 | F |
| Octal | 60 | 53 | 37 | 0 | 12 | 43 | 121 | 52 | 26 | 17 |
| Binary | 110000 | 101011 | 11111 | 0 | 1010 | 100011 | 1010001 | 101010 | 10110 | 1111 |
Color Harmonies of #302B1F
Complementary color
Monochromatic Colors of #302B1F
Black with #302B1F
Text Example
Text Example
White with #302B1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302B1F; }
p { color: rgb(48,43,31); }
H1.HeaderClassName
{
color: #302B1F;
}
.AnyTagClassName
{
color: #302B1F;
}
</style>
background-color css
<style>
a { background-color: #302B1F; }
a { background-color: rgb(48,43,31); }
div.DivClassName
{
background-color: #302B1F;
}
.BgClassName
{
background-color: #302B1F;
}
</style>
border-color css
<style>
span { border-color: #302B1F; }
span { border-color: rgb(48,43,31); }
td.TdClassName
{
border-color: #302B1F;
}
.TagClassName
{
border-color: #302B1F;
}
</style>