#372A1B

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

Shades of Black Magic #372A1B

Tints of Black Magic #372A1B

Color information

#372A1B (or 0x372A1B) is unknown color: approx Black Magic. HEX triplet: 37, 2A and 1B. RGB value is (55,42,27). Sum of RGB (Red+Green+Blue) = 55+42+27=124 (16% of max value = 765). Red value is 55 (21.88% from 255 or 44.35% from 124); Green value is 42 (16.80% from 255 or 33.87% from 124); Blue value is 27 (10.94% from 255 or 21.77% from 124); Max value from RGB is 55 - color contains mainly: red. Hex color #372A1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372A1B is #C8D5E4. Grayscale: #2C2C2C. Windows color (decimal): -13161957 or 1780279. OLE color: 1780279.

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

Color convert

RGB554227-
CMYK00.240.510.78
HSL32.14º34.15%16.08%-
HSV(B)32.14º50.91%21.57%-
XYZ2.62.551.39-
YUV44.18118.31135.72-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 44.35%
GREEN value IS 42 (16.80% from 255) = 33.87%
BLUE value IS 27 (10.94% from 255) = 21.77%
R=44.35%
G=33.87%
B=21.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.51
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55422700.240.510.7832.1434.1516.08
Hex372A1B018334E202210
Octal67523303063116404220
Binary11011110101011011011000110011100111010000010001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372A1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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