Shades of Black Magic #372A00
Tints of Black Magic #372A00
RGB
CMYK
RGB Variations
Color information
#372A00 (or 0x372A00) is known color: Black Magic. HEX triplet: 37, 2A and 00. RGB value is (55,42,0). Sum of RGB (Red+Green+Blue) = 55+42+0=97 (12% of max value = 765). Red value is 55 (21.88% from 255 or 56.70% from 97); Green value is 42 (16.80% from 255 or 43.30% from 97); Blue value is 0 (0.39% from 255 or 0% from 97); Max value from RGB is 55 - color contains mainly: red. Hex color #372A00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372A00 is #C8D5FF. Grayscale: #292929. Windows color (decimal): -13161984 or 10807. OLE color: 10807.
HSL color Cylindrical-coordinate representation of color #372A00: hue angle of 45.82º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #372A00 is Cyan = 0, Magento = 0.24, Yellow = 1 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 42 | 0 | - |
| CMYK | 0 | 0.24 | 1 | 0.78 |
| HSL | 45.82º | 1% | 0.11% | - |
| HSV(B) | 45.82º | 1% | 0.22% | - |
| XYZ | 2.4 | 2.47 | 0.35 | - |
| YUV | 41.1 | 104.81 | 137.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 42 | 0 | 0 | 0.24 | 1 | 0.78 | 45.82 | 1 | 0.11 |
| Hex | 37 | 2A | 0 | 0 | 18 | 64 | 4E | 2E | 64 | B |
| Octal | 67 | 52 | 0 | 0 | 30 | 144 | 116 | 56 | 144 | 13 |
| Binary | 110111 | 101010 | 0 | 0 | 11000 | 1100100 | 1001110 | 101110 | 1100100 | 1011 |
Color Harmonies of #372A00
Complementary color
Monochromatic Colors of #372A00
Black with #372A00
Text Example
Text Example
White with #372A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372A00; }
p { color: rgb(55,42,0); }
H1.HeaderClassName
{
color: #372A00;
}
.AnyTagClassName
{
color: #372A00;
}
</style>
background-color css
<style>
a { background-color: #372A00; }
a { background-color: rgb(55,42,0); }
div.DivClassName
{
background-color: #372A00;
}
.BgClassName
{
background-color: #372A00;
}
</style>
border-color css
<style>
span { border-color: #372A00; }
span { border-color: rgb(55,42,0); }
td.TdClassName
{
border-color: #372A00;
}
.TagClassName
{
border-color: #372A00;
}
</style>