#322A14

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

Shades of Black Magic #322A14

Tints of Black Magic #322A14

Color information

#322A14 (or 0x322A14) is unknown color: approx Black Magic. HEX triplet: 32, 2A and 14. RGB value is (50,42,20). Sum of RGB (Red+Green+Blue) = 50+42+20=112 (14% of max value = 765). Red value is 50 (19.92% from 255 or 44.64% from 112); Green value is 42 (16.80% from 255 or 37.5% from 112); Blue value is 20 (8.20% from 255 or 17.86% from 112); Max value from RGB is 50 - color contains mainly: red. Hex color #322A14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #322A14 is #CDD5EB. Grayscale: #292929. Windows color (decimal): -13489644 or 1321522. OLE color: 1321522.

HSL color Cylindrical-coordinate representation of color #322A14: hue angle of 44º degrees, saturation: 0.43, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #322A14 is Cyan = 0, Magento = 0.16, Yellow = 0.60 and Black (K on CMYK) = 0.80.

Color convert

RGB504220-
CMYK00.160.600.80
HSL44º42.86%13.73%-
HSV(B)44º60%19.61%-
XYZ2.272.381-
YUV41.88115.65133.79-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 44.64%
GREEN value IS 42 (16.80% from 255) = 37.5%
BLUE value IS 20 (8.20% from 255) = 17.86%
R=44.64%
G=37.5%
B=17.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.60
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50422000.160.600.804442.8613.73
Hex322A140103C502c2be
Octal62522402074120545316
Binary1100101010101010001000011110010100001011001010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322A14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322A14; }

 p { color: rgb(50,42,20); }

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

<style>
 a { background-color: #322A14; }

 a { background-color: rgb(50,42,20); }

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

<style>
 span { border-color: #322A14; }

 span { border-color: rgb(50,42,20); }

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