#372A07

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

Shades of Black Magic #372A07

Tints of Black Magic #372A07

Color information

#372A07 (or 0x372A07) is unknown color: approx Black Magic. HEX triplet: 37, 2A and 07. RGB value is (55,42,7). Sum of RGB (Red+Green+Blue) = 55+42+7=104 (13% of max value = 765). Red value is 55 (21.88% from 255 or 52.88% from 104); Green value is 42 (16.80% from 255 or 40.38% from 104); Blue value is 7 (3.12% from 255 or 6.73% from 104); Max value from RGB is 55 - color contains mainly: red. Hex color #372A07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372A07 is #C8D5F8. Grayscale: #2A2A2A. Windows color (decimal): -13161977 or 469559. OLE color: 469559.

HSL color Cylindrical-coordinate representation of color #372A07: hue angle of 43.75º degrees, saturation: 0.77, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #372A07 is Cyan = 0, Magento = 0.24, Yellow = 0.87 and Black (K on CMYK) = 0.78.

Color convert

RGB55427-
CMYK00.240.870.78
HSL43.75º77.42%12.16%-
HSV(B)43.75º87.27%21.57%-
XYZ2.442.480.55-
YUV41.9108.31137.35-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 52.88%
GREEN value IS 42 (16.80% from 255) = 40.38%
BLUE value IS 7 (3.12% from 255) = 6.73%
R=52.88%
G=40.38%
B=6.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.87
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5542700.240.870.7843.7577.4212.16
Hex372A7018574E2c4dc
Octal675270301271165411514
Binary1101111010101110110001010111100111010110010011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372A07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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