#372812

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

Shades of Black Magic #372812

Tints of Black Magic #372812

Color information

#372812 (or 0x372812) is unknown color: approx Black Magic. HEX triplet: 37, 28 and 12. RGB value is (55,40,18). Sum of RGB (Red+Green+Blue) = 55+40+18=113 (14% of max value = 765). Red value is 55 (21.88% from 255 or 48.67% from 113); Green value is 40 (16.02% from 255 or 35.40% from 113); Blue value is 18 (7.42% from 255 or 15.93% from 113); Max value from RGB is 55 - color contains mainly: red. Hex color #372812 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372812 is #C8D7ED. Grayscale: #2A2A2A. Windows color (decimal): -13162478 or 1189943. OLE color: 1189943.

HSL color Cylindrical-coordinate representation of color #372812: hue angle of 35.68º 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 #372812 is Cyan = 0, Magento = 0.27, Yellow = 0.67 and Black (K on CMYK) = 0.78.

Color convert

RGB554018-
CMYK00.270.670.78
HSL35.68º50.68%14.31%-
HSV(B)35.68º67.27%21.57%-
XYZ2.442.370.9-
YUV41.98114.47137.29-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 48.67%
GREEN value IS 40 (16.02% from 255) = 35.40%
BLUE value IS 18 (7.42% from 255) = 15.93%
R=48.67%
G=35.40%
B=15.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.67
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55401800.270.670.7835.6850.6814.31
Hex37281201B434E2433e
Octal675022033103116446316
Binary11011110100010010011011100001110011101001001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372812; }

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

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

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

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

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

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

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

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