Shades of Black Magic #37280D
Tints of Black Magic #37280D
RGB
CMYK
RGB Variations
Color information
#37280D (or 0x37280D) is known color: Black Magic. HEX triplet: 37, 28 and 0D. RGB value is (55,40,13). Sum of RGB (Red+Green+Blue) = 55+40+13=108 (14% of max value = 765). Red value is 55 (21.88% from 255 or 50.93% from 108); Green value is 40 (16.02% from 255 or 37.04% from 108); Blue value is 13 (5.47% from 255 or 12.04% from 108); Max value from RGB is 55 - color contains mainly: red. Hex color #37280D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #37280D is #C8D7F2. Grayscale: #292929. Windows color (decimal): -13162483 or 862263. OLE color: 862263.
HSL color Cylindrical-coordinate representation of color #37280D: hue angle of 38.57º degrees, saturation: 0.62, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #37280D is Cyan = 0, Magento = 0.27, Yellow = 0.76 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 40 | 13 | - |
| CMYK | 0 | 0.27 | 0.76 | 0.78 |
| HSL | 38.57º | 0.62% | 0.13% | - |
| HSV(B) | 38.57º | 0.76% | 0.22% | - |
| XYZ | 2.41 | 2.36 | 0.71 | - |
| YUV | 41.41 | 111.97 | 137.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 40 | 13 | 0 | 0.27 | 0.76 | 0.78 | 38.57 | 0.62 | 0.13 |
| Hex | 37 | 28 | D | 0 | 1B | 4C | 4E | 27 | 3E | D |
| Octal | 67 | 50 | 15 | 0 | 33 | 114 | 116 | 47 | 76 | 15 |
| Binary | 110111 | 101000 | 1101 | 0 | 11011 | 1001100 | 1001110 | 100111 | 111110 | 1101 |
Color Harmonies of #37280D
Complementary color
Monochromatic Colors of #37280D
Black with #37280D
Text Example
Text Example
White with #37280D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37280D; }
p { color: rgb(55,40,13); }
H1.HeaderClassName
{
color: #37280D;
}
.AnyTagClassName
{
color: #37280D;
}
</style>
background-color css
<style>
a { background-color: #37280D; }
a { background-color: rgb(55,40,13); }
div.DivClassName
{
background-color: #37280D;
}
.BgClassName
{
background-color: #37280D;
}
</style>
border-color css
<style>
span { border-color: #37280D; }
span { border-color: rgb(55,40,13); }
td.TdClassName
{
border-color: #37280D;
}
.TagClassName
{
border-color: #37280D;
}
</style>