#37290C

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

Shades of Black Magic #37290C

Tints of Black Magic #37290C

Color information

#37290C (or 0x37290C) is unknown color: approx Black Magic. HEX triplet: 37, 29 and 0C. RGB value is (55,41,12). Sum of RGB (Red+Green+Blue) = 55+41+12=108 (14% of max value = 765). Red value is 55 (21.88% from 255 or 50.93% from 108); Green value is 41 (16.41% from 255 or 37.96% from 108); Blue value is 12 (5.08% from 255 or 11.11% from 108); Max value from RGB is 55 - color contains mainly: red. Hex color #37290C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #37290C is #C8D6F3. Grayscale: #2A2A2A. Windows color (decimal): -13162228 or 796983. OLE color: 796983.

HSL color Cylindrical-coordinate representation of color #37290C: hue angle of 40.47º degrees, saturation: 0.64, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #37290C is Cyan = 0, Magento = 0.25, Yellow = 0.78 and Black (K on CMYK) = 0.78.

Color convert

RGB554112-
CMYK00.250.780.78
HSL40.47º64.18%13.14%-
HSV(B)40.47º78.18%21.57%-
XYZ2.432.420.69-
YUV41.88111.14137.36-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 50.93%
GREEN value IS 41 (16.41% from 255) = 37.96%
BLUE value IS 12 (5.08% from 255) = 11.11%
R=50.93%
G=37.96%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.78
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55411200.250.780.7840.4764.1813.14
Hex3729C0194E4E2840d
Octal6751140311161165010015
Binary11011110100111000110011001110100111010100010000001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37290C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37290C; }

 p { color: rgb(55,41,12); }

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

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

 a { background-color: rgb(55,41,12); }

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

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

 span { border-color: rgb(55,41,12); }

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