Shades of Black Magic #372803
Tints of Black Magic #372803
RGB
CMYK
RGB Variations
Color information
#372803 (or 0x372803) is known color: Black Magic. HEX triplet: 37, 28 and 03. RGB value is (55,40,3). Sum of RGB (Red+Green+Blue) = 55+40+3=98 (12% of max value = 765). Red value is 55 (21.88% from 255 or 56.12% from 98); Green value is 40 (16.02% from 255 or 40.82% from 98); Blue value is 3 (1.56% from 255 or 3.06% from 98); Max value from RGB is 55 - color contains mainly: red. Hex color #372803 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372803 is #C8D7FC. Grayscale: #282828. Windows color (decimal): -13162493 or 206903. OLE color: 206903.
HSL color Cylindrical-coordinate representation of color #372803: hue angle of 42.69º degrees, saturation: 0.9, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #372803 is Cyan = 0, Magento = 0.27, Yellow = 0.95 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 40 | 3 | - |
| CMYK | 0 | 0.27 | 0.95 | 0.78 |
| HSL | 42.69º | 0.9% | 0.11% | - |
| HSV(B) | 42.69º | 0.95% | 0.22% | - |
| XYZ | 2.35 | 2.34 | 0.41 | - |
| YUV | 40.27 | 106.97 | 138.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 40 | 3 | 0 | 0.27 | 0.95 | 0.78 | 42.69 | 0.9 | 0.11 |
| Hex | 37 | 28 | 3 | 0 | 1B | 5F | 4E | 2B | 5A | B |
| Octal | 67 | 50 | 3 | 0 | 33 | 137 | 116 | 53 | 132 | 13 |
| Binary | 110111 | 101000 | 11 | 0 | 11011 | 1011111 | 1001110 | 101011 | 1011010 | 1011 |
Color Harmonies of #372803
Complementary color
Monochromatic Colors of #372803
Black with #372803
Text Example
Text Example
White with #372803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372803; }
p { color: rgb(55,40,3); }
H1.HeaderClassName
{
color: #372803;
}
.AnyTagClassName
{
color: #372803;
}
</style>
background-color css
<style>
a { background-color: #372803; }
a { background-color: rgb(55,40,3); }
div.DivClassName
{
background-color: #372803;
}
.BgClassName
{
background-color: #372803;
}
</style>
border-color css
<style>
span { border-color: #372803; }
span { border-color: rgb(55,40,3); }
td.TdClassName
{
border-color: #372803;
}
.TagClassName
{
border-color: #372803;
}
</style>