#372C14

Color #372C14 Black Magic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Magic #372C14

Tints of Black Magic #372C14

Color information

#372C14 (or 0x372C14) is unknown color: approx Black Magic. HEX triplet: 37, 2C and 14. RGB value is (55,44,20). Sum of RGB (Red+Green+Blue) = 55+44+20=119 (15% of max value = 765). Red value is 55 (21.88% from 255 or 46.22% from 119); Green value is 44 (17.58% from 255 or 36.97% from 119); Blue value is 20 (8.20% from 255 or 16.81% from 119); Max value from RGB is 55 - color contains mainly: red. Hex color #372C14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372C14 is #C8D3EB. Grayscale: #2C2C2C. Windows color (decimal): -13161452 or 1322039. OLE color: 1322039.

HSL color Cylindrical-coordinate representation of color #372C14: hue angle of 41.14º degrees, saturation: 0.47, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #372C14 is Cyan = 0, Magento = 0.2, Yellow = 0.64 and Black (K on CMYK) = 0.78.

Color convert

RGB554420-
CMYK00.20.640.78
HSL41.14º46.67%14.71%-
HSV(B)41.14º63.64%21.57%-
XYZ2.62.661.04-
YUV44.55114.14135.45-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 55 (21.88% from 255) = 46.22%
GREEN value IS 44 (17.58% from 255) = 36.97%
BLUE value IS 20 (8.20% from 255) = 16.81%
R=46.22%
G=36.97%
B=16.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.64
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55442000.20.640.7841.1446.6714.71
Hex372C14014404E292ff
Octal675424024100116515717
Binary11011110110010100010100100000010011101010011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372C14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372C14; }

 p { color: rgb(55,44,20); }

 H1.HeaderClassName
 {
   color: #372C14;
 }
 .AnyTagClassName
 {
   color: #372C14;
 }
</style>
background-color css

<style>
 a { background-color: #372C14; }

 a { background-color: rgb(55,44,20); }

 div.DivClassName
 {
   background-color: #372C14;
 }
 .BgClassName
 {
   background-color: #372C14;
 }
</style>
border-color css

<style>
 span { border-color: #372C14; }

 span { border-color: rgb(55,44,20); }

 td.TdClassName
 {
   border-color: #372C14;
 }
 .TagClassName
 {
   border-color: #372C14;
 }
</style>