#372A14

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

Shades of Black Magic #372A14

Tints of Black Magic #372A14

Color information

#372A14 (or 0x372A14) is unknown color: approx Black Magic. HEX triplet: 37, 2A and 14. RGB value is (55,42,20). Sum of RGB (Red+Green+Blue) = 55+42+20=117 (15% of max value = 765). Red value is 55 (21.88% from 255 or 47.01% from 117); Green value is 42 (16.80% from 255 or 35.90% from 117); Blue value is 20 (8.20% from 255 or 17.09% from 117); Max value from RGB is 55 - color contains mainly: red. Hex color #372A14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372A14 is #C8D5EB. Grayscale: #2B2B2B. Windows color (decimal): -13161964 or 1321527. OLE color: 1321527.

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

Color convert

RGB554220-
CMYK00.240.640.78
HSL37.71º46.67%14.71%-
HSV(B)37.71º63.64%21.57%-
XYZ2.532.521.01-
YUV43.38114.81136.29-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 47.01%
GREEN value IS 42 (16.80% from 255) = 35.90%
BLUE value IS 20 (8.20% from 255) = 17.09%
R=47.01%
G=35.90%
B=17.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.64
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55422000.240.640.7837.7146.6714.71
Hex372A14018404E262ff
Octal675224030100116465717
Binary11011110101010100011000100000010011101001101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372A14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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