Shades of Black Magic #372905
Tints of Black Magic #372905
RGB
CMYK
RGB Variations
Color information
#372905 (or 0x372905) is known color: Black Magic. HEX triplet: 37, 29 and 05. RGB value is (55,41,5). Sum of RGB (Red+Green+Blue) = 55+41+5=101 (13% of max value = 765). Red value is 55 (21.88% from 255 or 54.46% from 101); Green value is 41 (16.41% from 255 or 40.59% from 101); Blue value is 5 (2.34% from 255 or 4.95% from 101); Max value from RGB is 55 - color contains mainly: red. Hex color #372905 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372905 is #C8D6FA. Grayscale: #292929. Windows color (decimal): -13162235 or 338231. OLE color: 338231.
HSL color Cylindrical-coordinate representation of color #372905: hue angle of 43.2º degrees, saturation: 0.83, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #372905 is Cyan = 0, Magento = 0.25, Yellow = 0.91 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 41 | 5 | - |
| CMYK | 0 | 0.25 | 0.91 | 0.78 |
| HSL | 43.2º | 0.83% | 0.12% | - |
| HSV(B) | 43.2º | 0.91% | 0.22% | - |
| XYZ | 2.4 | 2.41 | 0.48 | - |
| YUV | 41.08 | 107.64 | 137.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 41 | 5 | 0 | 0.25 | 0.91 | 0.78 | 43.2 | 0.83 | 0.12 |
| Hex | 37 | 29 | 5 | 0 | 19 | 5B | 4E | 2B | 53 | C |
| Octal | 67 | 51 | 5 | 0 | 31 | 133 | 116 | 53 | 123 | 14 |
| Binary | 110111 | 101001 | 101 | 0 | 11001 | 1011011 | 1001110 | 101011 | 1010011 | 1100 |
Color Harmonies of #372905
Complementary color
Monochromatic Colors of #372905
Black with #372905
Text Example
Text Example
White with #372905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372905; }
p { color: rgb(55,41,5); }
H1.HeaderClassName
{
color: #372905;
}
.AnyTagClassName
{
color: #372905;
}
</style>
background-color css
<style>
a { background-color: #372905; }
a { background-color: rgb(55,41,5); }
div.DivClassName
{
background-color: #372905;
}
.BgClassName
{
background-color: #372905;
}
</style>
border-color css
<style>
span { border-color: #372905; }
span { border-color: rgb(55,41,5); }
td.TdClassName
{
border-color: #372905;
}
.TagClassName
{
border-color: #372905;
}
</style>