#372914

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

Shades of Black Magic #372914

Tints of Black Magic #372914

Color information

#372914 (or 0x372914) is unknown color: approx Black Magic. HEX triplet: 37, 29 and 14. RGB value is (55,41,20). Sum of RGB (Red+Green+Blue) = 55+41+20=116 (15% of max value = 765). Red value is 55 (21.88% from 255 or 47.41% from 116); Green value is 41 (16.41% from 255 or 35.34% from 116); Blue value is 20 (8.20% from 255 or 17.24% from 116); Max value from RGB is 55 - color contains mainly: red. Hex color #372914 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372914 is #C8D6EB. Grayscale: #2A2A2A. Windows color (decimal): -13162220 or 1321271. OLE color: 1321271.

HSL color Cylindrical-coordinate representation of color #372914: hue angle of 36º 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 #372914 is Cyan = 0, Magento = 0.25, Yellow = 0.64 and Black (K on CMYK) = 0.78.

Color convert

RGB554120-
CMYK00.250.640.78
HSL36º46.67%14.71%-
HSV(B)36º63.64%21.57%-
XYZ2.492.451-
YUV42.79115.14136.71-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 47.41%
GREEN value IS 41 (16.41% from 255) = 35.34%
BLUE value IS 20 (8.20% from 255) = 17.24%
R=47.41%
G=35.34%
B=17.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.64
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55412000.250.640.783646.6714.71
Hex372914019404E242ff
Octal675124031100116445717
Binary11011110100110100011001100000010011101001001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372914; }

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

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

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

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

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

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

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

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