#372A0A

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

Shades of Black Magic #372A0A

Tints of Black Magic #372A0A

Color information

#372A0A (or 0x372A0A) is unknown color: approx Black Magic. HEX triplet: 37, 2A and 0A. RGB value is (55,42,10). Sum of RGB (Red+Green+Blue) = 55+42+10=107 (14% of max value = 765). Red value is 55 (21.88% from 255 or 51.40% from 107); Green value is 42 (16.80% from 255 or 39.25% from 107); Blue value is 10 (4.30% from 255 or 9.35% from 107); Max value from RGB is 55 - color contains mainly: red. Hex color #372A0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372A0A is #C8D5F5. Grayscale: #2A2A2A. Windows color (decimal): -13161974 or 666167. OLE color: 666167.

HSL color Cylindrical-coordinate representation of color #372A0A: hue angle of 42.67º 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 #372A0A is Cyan = 0, Magento = 0.24, Yellow = 0.82 and Black (K on CMYK) = 0.78.

Color convert

RGB554210-
CMYK00.240.820.78
HSL42.67º69.23%12.75%-
HSV(B)42.67º81.82%21.57%-
XYZ2.462.490.64-
YUV42.24109.81137.1-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 51.40%
GREEN value IS 42 (16.80% from 255) = 39.25%
BLUE value IS 10 (4.30% from 255) = 9.35%
R=51.40%
G=39.25%
B=9.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.82
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55421000.240.820.7842.6769.2312.75
Hex372AA018524E2b45d
Octal6752120301221165310515
Binary11011110101010100110001010010100111010101110001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372A0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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