#372E1A

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

Shades of Black Magic #372E1A

Tints of Black Magic #372E1A

Color information

#372E1A (or 0x372E1A) is unknown color: approx Black Magic. HEX triplet: 37, 2E and 1A. RGB value is (55,46,26). Sum of RGB (Red+Green+Blue) = 55+46+26=127 (16% of max value = 765). Red value is 55 (21.88% from 255 or 43.31% from 127); Green value is 46 (18.36% from 255 or 36.22% from 127); Blue value is 26 (10.55% from 255 or 20.47% from 127); Max value from RGB is 55 - color contains mainly: red. Hex color #372E1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372E1A is #C8D1E5. Grayscale: #2E2E2E. Windows color (decimal): -13160934 or 1715767. OLE color: 1715767.

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

Color convert

RGB554626-
CMYK00.160.530.78
HSL41.38º35.8%15.88%-
HSV(B)41.38º52.73%21.57%-
XYZ2.742.841.38-
YUV46.41116.48134.13-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 43.31%
GREEN value IS 46 (18.36% from 255) = 36.22%
BLUE value IS 26 (10.55% from 255) = 20.47%
R=43.31%
G=36.22%
B=20.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.53
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55462600.160.530.7841.3835.815.88
Hex372E1A010354E292410
Octal67563202065116514420
Binary11011110111011010010000110101100111010100110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372E1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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