#372A1A

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

Shades of Black Magic #372A1A

Tints of Black Magic #372A1A

Color information

#372A1A (or 0x372A1A) is unknown color: approx Black Magic. HEX triplet: 37, 2A and 1A. RGB value is (55,42,26). Sum of RGB (Red+Green+Blue) = 55+42+26=123 (16% of max value = 765). Red value is 55 (21.88% from 255 or 44.72% from 123); Green value is 42 (16.80% from 255 or 34.15% from 123); Blue value is 26 (10.55% from 255 or 21.14% from 123); Max value from RGB is 55 - color contains mainly: red. Hex color #372A1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372A1A is #C8D5E5. Grayscale: #2C2C2C. Windows color (decimal): -13161958 or 1714743. OLE color: 1714743.

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

Color convert

RGB554226-
CMYK00.240.530.78
HSL33.1º35.8%15.88%-
HSV(B)33.1º52.73%21.57%-
XYZ2.592.541.33-
YUV44.06117.81135.8-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 44.72%
GREEN value IS 42 (16.80% from 255) = 34.15%
BLUE value IS 26 (10.55% from 255) = 21.14%
R=44.72%
G=34.15%
B=21.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.53
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55422600.240.530.7833.135.815.88
Hex372A1A018354E212410
Octal67523203065116414420
Binary11011110101011010011000110101100111010000110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372A1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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