#372A12

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

Shades of Black Magic #372A12

Tints of Black Magic #372A12

Color information

#372A12 (or 0x372A12) is unknown color: approx Black Magic. HEX triplet: 37, 2A and 12. RGB value is (55,42,18). Sum of RGB (Red+Green+Blue) = 55+42+18=115 (15% of max value = 765). Red value is 55 (21.88% from 255 or 47.83% from 115); Green value is 42 (16.80% from 255 or 36.52% from 115); Blue value is 18 (7.42% from 255 or 15.65% from 115); Max value from RGB is 55 - color contains mainly: red. Hex color #372A12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372A12 is #C8D5ED. Grayscale: #2B2B2B. Windows color (decimal): -13161966 or 1190455. OLE color: 1190455.

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

Color convert

RGB554218-
CMYK00.240.670.78
HSL38.92º50.68%14.31%-
HSV(B)38.92º67.27%21.57%-
XYZ2.512.510.92-
YUV43.15113.81136.45-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 47.83%
GREEN value IS 42 (16.80% from 255) = 36.52%
BLUE value IS 18 (7.42% from 255) = 15.65%
R=47.83%
G=36.52%
B=15.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.67
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55421800.240.670.7838.9250.6814.31
Hex372A12018434E2733e
Octal675222030103116476316
Binary11011110101010010011000100001110011101001111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372A12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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