#37290F

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

Shades of Black Magic #37290F

Tints of Black Magic #37290F

Color information

#37290F (or 0x37290F) is unknown color: approx Black Magic. HEX triplet: 37, 29 and 0F. RGB value is (55,41,15). Sum of RGB (Red+Green+Blue) = 55+41+15=111 (14% of max value = 765). Red value is 55 (21.88% from 255 or 49.55% from 111); Green value is 41 (16.41% from 255 or 36.94% from 111); Blue value is 15 (6.25% from 255 or 13.51% from 111); Max value from RGB is 55 - color contains mainly: red. Hex color #37290F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #37290F is #C8D6F0. Grayscale: #2A2A2A. Windows color (decimal): -13162225 or 993591. OLE color: 993591.

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

Color convert

RGB554115-
CMYK00.250.730.78
HSL39º57.14%13.73%-
HSV(B)39º72.73%21.57%-
XYZ2.452.430.79-
YUV42.22112.64137.11-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 49.55%
GREEN value IS 41 (16.41% from 255) = 36.94%
BLUE value IS 15 (6.25% from 255) = 13.51%
R=49.55%
G=36.94%
B=13.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.73
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55411500.250.730.783957.1413.73
Hex3729F019494E2739e
Octal675117031111116477116
Binary1101111010011111011001100100110011101001111110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37290F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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