#372E16

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

Shades of Black Magic #372E16

Tints of Black Magic #372E16

Color information

#372E16 (or 0x372E16) is unknown color: approx Black Magic. HEX triplet: 37, 2E and 16. RGB value is (55,46,22). Sum of RGB (Red+Green+Blue) = 55+46+22=123 (16% of max value = 765). Red value is 55 (21.88% from 255 or 44.72% from 123); Green value is 46 (18.36% from 255 or 37.40% from 123); Blue value is 22 (8.98% from 255 or 17.89% from 123); Max value from RGB is 55 - color contains mainly: red. Hex color #372E16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372E16 is #C8D1E9. Grayscale: #2E2E2E. Windows color (decimal): -13160938 or 1453623. OLE color: 1453623.

HSL color Cylindrical-coordinate representation of color #372E16: hue angle of 43.64º degrees, saturation: 0.43, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #372E16 is Cyan = 0, Magento = 0.16, Yellow = 0.6 and Black (K on CMYK) = 0.78.

Color convert

RGB554622-
CMYK00.160.60.78
HSL43.64º42.86%15.1%-
HSV(B)43.64º60%21.57%-
XYZ2.72.821.16-
YUV45.96114.48134.45-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 44.72%
GREEN value IS 46 (18.36% from 255) = 37.40%
BLUE value IS 22 (8.98% from 255) = 17.89%
R=44.72%
G=37.40%
B=17.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.6
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55462200.160.60.7843.6442.8615.1
Hex372E160103C4E2c2bf
Octal67562602074116545317
Binary1101111011101011001000011110010011101011001010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372E16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,46,22); }

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

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

 a { background-color: rgb(55,46,22); }

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

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

 span { border-color: rgb(55,46,22); }

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