Shades of Black Magic #372A09
Tints of Black Magic #372A09
RGB
CMYK
RGB Variations
Color information
#372A09 (or 0x372A09) is known color: Black Magic. HEX triplet: 37, 2A and 09. RGB value is (55,42,9). Sum of RGB (Red+Green+Blue) = 55+42+9=106 (14% of max value = 765). Red value is 55 (21.88% from 255 or 51.89% from 106); Green value is 42 (16.80% from 255 or 39.62% from 106); Blue value is 9 (3.91% from 255 or 8.49% from 106); Max value from RGB is 55 - color contains mainly: red. Hex color #372A09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372A09 is #C8D5F6. Grayscale: #2A2A2A. Windows color (decimal): -13161975 or 600631. OLE color: 600631.
HSL color Cylindrical-coordinate representation of color #372A09: hue angle of 43.04º degrees, saturation: 0.72, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #372A09 is Cyan = 0, Magento = 0.24, Yellow = 0.84 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 42 | 9 | - |
| CMYK | 0 | 0.24 | 0.84 | 0.78 |
| HSL | 43.04º | 0.72% | 0.13% | - |
| HSV(B) | 43.04º | 0.84% | 0.22% | - |
| XYZ | 2.45 | 2.49 | 0.61 | - |
| YUV | 42.13 | 109.31 | 137.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 42 | 9 | 0 | 0.24 | 0.84 | 0.78 | 43.04 | 0.72 | 0.13 |
| Hex | 37 | 2A | 9 | 0 | 18 | 54 | 4E | 2B | 48 | D |
| Octal | 67 | 52 | 11 | 0 | 30 | 124 | 116 | 53 | 110 | 15 |
| Binary | 110111 | 101010 | 1001 | 0 | 11000 | 1010100 | 1001110 | 101011 | 1001000 | 1101 |
Color Harmonies of #372A09
Complementary color
Monochromatic Colors of #372A09
Black with #372A09
Text Example
Text Example
White with #372A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372A09; }
p { color: rgb(55,42,9); }
H1.HeaderClassName
{
color: #372A09;
}
.AnyTagClassName
{
color: #372A09;
}
</style>
background-color css
<style>
a { background-color: #372A09; }
a { background-color: rgb(55,42,9); }
div.DivClassName
{
background-color: #372A09;
}
.BgClassName
{
background-color: #372A09;
}
</style>
border-color css
<style>
span { border-color: #372A09; }
span { border-color: rgb(55,42,9); }
td.TdClassName
{
border-color: #372A09;
}
.TagClassName
{
border-color: #372A09;
}
</style>