#37290A

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

Shades of Black Magic #37290A

Tints of Black Magic #37290A

Color information

#37290A (or 0x37290A) is unknown color: approx Black Magic. HEX triplet: 37, 29 and 0A. RGB value is (55,41,10). Sum of RGB (Red+Green+Blue) = 55+41+10=106 (14% of max value = 765). Red value is 55 (21.88% from 255 or 51.89% from 106); Green value is 41 (16.41% from 255 or 38.68% from 106); Blue value is 10 (4.30% from 255 or 9.43% from 106); Max value from RGB is 55 - color contains mainly: red. Hex color #37290A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #37290A is #C8D6F5. Grayscale: #292929. Windows color (decimal): -13162230 or 665911. OLE color: 665911.

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

Color convert

RGB554110-
CMYK00.250.820.78
HSL41.33º69.23%12.75%-
HSV(B)41.33º81.82%21.57%-
XYZ2.422.420.63-
YUV41.65110.14137.52-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 51.89%
GREEN value IS 41 (16.41% from 255) = 38.68%
BLUE value IS 10 (4.30% from 255) = 9.43%
R=51.89%
G=38.68%
B=9.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.82
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55411000.250.820.7841.3369.2312.75
Hex3729A019524E2945d
Octal6751120311221165110515
Binary11011110100110100110011010010100111010100110001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37290A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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