Shades of Black Magic #37280F
Tints of Black Magic #37280F
RGB
CMYK
RGB Variations
Color information
#37280F (or 0x37280F) is known color: Black Magic. HEX triplet: 37, 28 and 0F. RGB value is (55,40,15). Sum of RGB (Red+Green+Blue) = 55+40+15=110 (14% of max value = 765). Red value is 55 (21.88% from 255 or 50% from 110); Green value is 40 (16.02% from 255 or 36.36% from 110); Blue value is 15 (6.25% from 255 or 13.64% from 110); Max value from RGB is 55 - color contains mainly: red. Hex color #37280F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #37280F is #C8D7F0. Grayscale: #292929. Windows color (decimal): -13162481 or 993335. OLE color: 993335.
HSL color Cylindrical-coordinate representation of color #37280F: hue angle of 37.5º degrees, saturation: 0.57, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #37280F is Cyan = 0, Magento = 0.27, Yellow = 0.73 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 40 | 15 | - |
| CMYK | 0 | 0.27 | 0.73 | 0.78 |
| HSL | 37.5º | 0.57% | 0.14% | - |
| HSV(B) | 37.5º | 0.73% | 0.22% | - |
| XYZ | 2.42 | 2.36 | 0.78 | - |
| YUV | 41.64 | 112.97 | 137.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 40 | 15 | 0 | 0.27 | 0.73 | 0.78 | 37.5 | 0.57 | 0.14 |
| Hex | 37 | 28 | F | 0 | 1B | 49 | 4E | 26 | 39 | E |
| Octal | 67 | 50 | 17 | 0 | 33 | 111 | 116 | 46 | 71 | 16 |
| Binary | 110111 | 101000 | 1111 | 0 | 11011 | 1001001 | 1001110 | 100110 | 111001 | 1110 |
Color Harmonies of #37280F
Complementary color
Monochromatic Colors of #37280F
Black with #37280F
Text Example
Text Example
White with #37280F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37280F; }
p { color: rgb(55,40,15); }
H1.HeaderClassName
{
color: #37280F;
}
.AnyTagClassName
{
color: #37280F;
}
</style>
background-color css
<style>
a { background-color: #37280F; }
a { background-color: rgb(55,40,15); }
div.DivClassName
{
background-color: #37280F;
}
.BgClassName
{
background-color: #37280F;
}
</style>
border-color css
<style>
span { border-color: #37280F; }
span { border-color: rgb(55,40,15); }
td.TdClassName
{
border-color: #37280F;
}
.TagClassName
{
border-color: #37280F;
}
</style>