Shades of Black Magic #372503
Tints of Black Magic #372503
RGB
CMYK
RGB Variations
Color information
#372503 (or 0x372503) is known color: Black Magic. HEX triplet: 37, 25 and 03. RGB value is (55,37,3). Sum of RGB (Red+Green+Blue) = 55+37+3=95 (12% of max value = 765). Red value is 55 (21.88% from 255 or 57.89% from 95); Green value is 37 (14.84% from 255 or 38.95% from 95); Blue value is 3 (1.56% from 255 or 3.16% from 95); Max value from RGB is 55 - color contains mainly: red. Hex color #372503 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372503 is #C8DAFC. Grayscale: #262626. Windows color (decimal): -13163261 or 206135. OLE color: 206135.
HSL color Cylindrical-coordinate representation of color #372503: hue angle of 39.23º 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 #372503 is Cyan = 0, Magento = 0.33, Yellow = 0.95 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 37 | 3 | - |
| CMYK | 0 | 0.33 | 0.95 | 0.78 |
| HSL | 39.23º | 0.9% | 0.11% | - |
| HSV(B) | 39.23º | 0.95% | 0.22% | - |
| XYZ | 2.25 | 2.14 | 0.38 | - |
| YUV | 38.51 | 107.96 | 139.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 37 | 3 | 0 | 0.33 | 0.95 | 0.78 | 39.23 | 0.9 | 0.11 |
| Hex | 37 | 25 | 3 | 0 | 21 | 5F | 4E | 27 | 5A | B |
| Octal | 67 | 45 | 3 | 0 | 41 | 137 | 116 | 47 | 132 | 13 |
| Binary | 110111 | 100101 | 11 | 0 | 100001 | 1011111 | 1001110 | 100111 | 1011010 | 1011 |
Color Harmonies of #372503
Complementary color
Monochromatic Colors of #372503
Black with #372503
Text Example
Text Example
White with #372503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372503; }
p { color: rgb(55,37,3); }
H1.HeaderClassName
{
color: #372503;
}
.AnyTagClassName
{
color: #372503;
}
</style>
background-color css
<style>
a { background-color: #372503; }
a { background-color: rgb(55,37,3); }
div.DivClassName
{
background-color: #372503;
}
.BgClassName
{
background-color: #372503;
}
</style>
border-color css
<style>
span { border-color: #372503; }
span { border-color: rgb(55,37,3); }
td.TdClassName
{
border-color: #372503;
}
.TagClassName
{
border-color: #372503;
}
</style>