#372E1B

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

Shades of Black Magic #372E1B

Tints of Black Magic #372E1B

Color information

#372E1B (or 0x372E1B) is unknown color: approx Black Magic. HEX triplet: 37, 2E and 1B. RGB value is (55,46,27). Sum of RGB (Red+Green+Blue) = 55+46+27=128 (16% of max value = 765). Red value is 55 (21.88% from 255 or 42.97% from 128); Green value is 46 (18.36% from 255 or 35.94% from 128); Blue value is 27 (10.94% from 255 or 21.09% from 128); Max value from RGB is 55 - color contains mainly: red. Hex color #372E1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372E1B is #C8D1E4. Grayscale: #2E2E2E. Windows color (decimal): -13160933 or 1781303. OLE color: 1781303.

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

Color convert

RGB554627-
CMYK00.160.510.78
HSL40.71º34.15%16.08%-
HSV(B)40.71º50.91%21.57%-
XYZ2.752.851.44-
YUV46.53116.98134.04-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 42.97%
GREEN value IS 46 (18.36% from 255) = 35.94%
BLUE value IS 27 (10.94% from 255) = 21.09%
R=42.97%
G=35.94%
B=21.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.51
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55462700.160.510.7840.7134.1516.08
Hex372E1B010334E292210
Octal67563302063116514220
Binary11011110111011011010000110011100111010100110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372E1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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