Shades of Black Magic #372A08
Tints of Black Magic #372A08
RGB
CMYK
RGB Variations
Color information
#372A08 (or 0x372A08) is known color: Black Magic. HEX triplet: 37, 2A and 08. RGB value is (55,42,8). Sum of RGB (Red+Green+Blue) = 55+42+8=105 (13% of max value = 765). Red value is 55 (21.88% from 255 or 52.38% from 105); Green value is 42 (16.80% from 255 or 40% from 105); Blue value is 8 (3.52% from 255 or 7.62% from 105); Max value from RGB is 55 - color contains mainly: red. Hex color #372A08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372A08 is #C8D5F7. Grayscale: #2A2A2A. Windows color (decimal): -13161976 or 535095. OLE color: 535095.
HSL color Cylindrical-coordinate representation of color #372A08: hue angle of 43.4º degrees, saturation: 0.75, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #372A08 is Cyan = 0, Magento = 0.24, Yellow = 0.85 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 42 | 8 | - |
| CMYK | 0 | 0.24 | 0.85 | 0.78 |
| HSL | 43.4º | 0.75% | 0.12% | - |
| HSV(B) | 43.4º | 0.85% | 0.22% | - |
| XYZ | 2.45 | 2.49 | 0.58 | - |
| YUV | 42.01 | 108.81 | 137.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 42 | 8 | 0 | 0.24 | 0.85 | 0.78 | 43.4 | 0.75 | 0.12 |
| Hex | 37 | 2A | 8 | 0 | 18 | 55 | 4E | 2B | 4B | C |
| Octal | 67 | 52 | 10 | 0 | 30 | 125 | 116 | 53 | 113 | 14 |
| Binary | 110111 | 101010 | 1000 | 0 | 11000 | 1010101 | 1001110 | 101011 | 1001011 | 1100 |
Color Harmonies of #372A08
Complementary color
Monochromatic Colors of #372A08
Black with #372A08
Text Example
Text Example
White with #372A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372A08; }
p { color: rgb(55,42,8); }
H1.HeaderClassName
{
color: #372A08;
}
.AnyTagClassName
{
color: #372A08;
}
</style>
background-color css
<style>
a { background-color: #372A08; }
a { background-color: rgb(55,42,8); }
div.DivClassName
{
background-color: #372A08;
}
.BgClassName
{
background-color: #372A08;
}
</style>
border-color css
<style>
span { border-color: #372A08; }
span { border-color: rgb(55,42,8); }
td.TdClassName
{
border-color: #372A08;
}
.TagClassName
{
border-color: #372A08;
}
</style>