Shades of Black Magic #372F23
Tints of Black Magic #372F23
RGB
CMYK
RGB Variations
Color information
#372F23 (or 0x372F23) is known color: Black Magic. HEX triplet: 37, 2F and 23. RGB value is (55,47,35). Sum of RGB (Red+Green+Blue) = 55+47+35=137 (18% of max value = 765). Red value is 55 (21.88% from 255 or 40.15% from 137); Green value is 47 (18.75% from 255 or 34.31% from 137); Blue value is 35 (14.06% from 255 or 25.55% from 137); Max value from RGB is 55 - color contains mainly: red. Hex color #372F23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372F23 is #C8D0DC. Grayscale: #303030. Windows color (decimal): -13160669 or 2305847. OLE color: 2305847.
HSL color Cylindrical-coordinate representation of color #372F23: hue angle of 36º degrees, saturation: 0.22, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #372F23 is Cyan = 0, Magento = 0.15, Yellow = 0.36 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 47 | 35 | - |
| CMYK | 0 | 0.15 | 0.36 | 0.78 |
| HSL | 36º | 0.22% | 0.18% | - |
| HSV(B) | 36º | 0.36% | 0.22% | - |
| XYZ | 2.9 | 2.97 | 2.01 | - |
| YUV | 48.02 | 120.65 | 132.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 47 | 35 | 0 | 0.15 | 0.36 | 0.78 | 36 | 0.22 | 0.18 |
| Hex | 37 | 2F | 23 | 0 | F | 24 | 4E | 24 | 16 | 12 |
| Octal | 67 | 57 | 43 | 0 | 17 | 44 | 116 | 44 | 26 | 22 |
| Binary | 110111 | 101111 | 100011 | 0 | 1111 | 100100 | 1001110 | 100100 | 10110 | 10010 |
Color Harmonies of #372F23
Complementary color
Monochromatic Colors of #372F23
Black with #372F23
Text Example
Text Example
White with #372F23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372F23; }
p { color: rgb(55,47,35); }
H1.HeaderClassName
{
color: #372F23;
}
.AnyTagClassName
{
color: #372F23;
}
</style>
background-color css
<style>
a { background-color: #372F23; }
a { background-color: rgb(55,47,35); }
div.DivClassName
{
background-color: #372F23;
}
.BgClassName
{
background-color: #372F23;
}
</style>
border-color css
<style>
span { border-color: #372F23; }
span { border-color: rgb(55,47,35); }
td.TdClassName
{
border-color: #372F23;
}
.TagClassName
{
border-color: #372F23;
}
</style>