#372C1B

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

Shades of Black Magic #372C1B

Tints of Black Magic #372C1B

Color information

#372C1B (or 0x372C1B) is unknown color: approx Black Magic. HEX triplet: 37, 2C and 1B. RGB value is (55,44,27). Sum of RGB (Red+Green+Blue) = 55+44+27=126 (16% of max value = 765). Red value is 55 (21.88% from 255 or 43.65% from 126); Green value is 44 (17.58% from 255 or 34.92% from 126); Blue value is 27 (10.94% from 255 or 21.43% from 126); Max value from RGB is 55 - color contains mainly: red. Hex color #372C1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372C1B is #C8D3E4. Grayscale: #2D2D2D. Windows color (decimal): -13161445 or 1780791. OLE color: 1780791.

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

Color convert

RGB554427-
CMYK00.20.510.78
HSL36.43º34.15%16.08%-
HSV(B)36.43º50.91%21.57%-
XYZ2.672.691.42-
YUV45.35117.64134.88-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 43.65%
GREEN value IS 44 (17.58% from 255) = 34.92%
BLUE value IS 27 (10.94% from 255) = 21.43%
R=43.65%
G=34.92%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.51
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55442700.20.510.7836.4334.1516.08
Hex372C1B014334E242210
Octal67543302463116444220
Binary11011110110011011010100110011100111010010010001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372C1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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