Shades of Black Magic #372A1A
Tints of Black Magic #372A1A
RGB
CMYK
RGB Variations
Color information
#372A1A (or 0x372A1A) is known color: Black Magic. HEX triplet: 37, 2A and 1A. RGB value is (55,42,26). Sum of RGB (Red+Green+Blue) = 55+42+26=123 (16% of max value = 765). Red value is 55 (21.88% from 255 or 44.72% from 123); Green value is 42 (16.80% from 255 or 34.15% from 123); Blue value is 26 (10.55% from 255 or 21.14% from 123); Max value from RGB is 55 - color contains mainly: red. Hex color #372A1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372A1A is #C8D5E5. Grayscale: #2C2C2C. Windows color (decimal): -13161958 or 1714743. OLE color: 1714743.
HSL color Cylindrical-coordinate representation of color #372A1A: hue angle of 33.1º degrees, saturation: 0.36, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #372A1A is Cyan = 0, Magento = 0.24, Yellow = 0.53 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 42 | 26 | - |
| CMYK | 0 | 0.24 | 0.53 | 0.78 |
| HSL | 33.1º | 0.36% | 0.16% | - |
| HSV(B) | 33.1º | 0.53% | 0.22% | - |
| XYZ | 2.59 | 2.54 | 1.33 | - |
| YUV | 44.06 | 117.81 | 135.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 42 | 26 | 0 | 0.24 | 0.53 | 0.78 | 33.1 | 0.36 | 0.16 |
| Hex | 37 | 2A | 1A | 0 | 18 | 35 | 4E | 21 | 24 | 10 |
| Octal | 67 | 52 | 32 | 0 | 30 | 65 | 116 | 41 | 44 | 20 |
| Binary | 110111 | 101010 | 11010 | 0 | 11000 | 110101 | 1001110 | 100001 | 100100 | 10000 |
Color Harmonies of #372A1A
Complementary color
Monochromatic Colors of #372A1A
Black with #372A1A
Text Example
Text Example
White with #372A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372A1A; }
p { color: rgb(55,42,26); }
H1.HeaderClassName
{
color: #372A1A;
}
.AnyTagClassName
{
color: #372A1A;
}
</style>
background-color css
<style>
a { background-color: #372A1A; }
a { background-color: rgb(55,42,26); }
div.DivClassName
{
background-color: #372A1A;
}
.BgClassName
{
background-color: #372A1A;
}
</style>
border-color css
<style>
span { border-color: #372A1A; }
span { border-color: rgb(55,42,26); }
td.TdClassName
{
border-color: #372A1A;
}
.TagClassName
{
border-color: #372A1A;
}
</style>