#372E1C

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

Shades of Black Magic #372E1C

Tints of Black Magic #372E1C

Color information

#372E1C (or 0x372E1C) is unknown color: approx Black Magic. HEX triplet: 37, 2E and 1C. RGB value is (55,46,28). Sum of RGB (Red+Green+Blue) = 55+46+28=129 (17% of max value = 765). Red value is 55 (21.88% from 255 or 42.64% from 129); Green value is 46 (18.36% from 255 or 35.66% from 129); Blue value is 28 (11.33% from 255 or 21.71% from 129); Max value from RGB is 55 - color contains mainly: red. Hex color #372E1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372E1C is #C8D1E3. Grayscale: #2E2E2E. Windows color (decimal): -13160932 or 1846839. OLE color: 1846839.

HSL color Cylindrical-coordinate representation of color #372E1C: hue angle of 40º degrees, saturation: 0.33, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #372E1C is Cyan = 0, Magento = 0.16, Yellow = 0.49 and Black (K on CMYK) = 0.78.

Color convert

RGB554628-
CMYK00.160.490.78
HSL40º32.53%16.27%-
HSV(B)40º49.09%21.57%-
XYZ2.762.851.5-
YUV46.64117.48133.96-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 42.64%
GREEN value IS 46 (18.36% from 255) = 35.66%
BLUE value IS 28 (11.33% from 255) = 21.71%
R=42.64%
G=35.66%
B=21.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.49
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55462800.160.490.784032.5316.27
Hex372E1C010314E282110
Octal67563402061116504120
Binary11011110111011100010000110001100111010100010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372E1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,46,28); }

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

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

 a { background-color: rgb(55,46,28); }

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

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

 span { border-color: rgb(55,46,28); }

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