#322919

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

Shades of Black Magic #322919

Tints of Black Magic #322919

Color information

#322919 (or 0x322919) is unknown color: approx Black Magic. HEX triplet: 32, 29 and 19. RGB value is (50,41,25). Sum of RGB (Red+Green+Blue) = 50+41+25=116 (15% of max value = 765). Red value is 50 (19.92% from 255 or 43.10% from 116); Green value is 41 (16.41% from 255 or 35.34% from 116); Blue value is 25 (10.16% from 255 or 21.55% from 116); Max value from RGB is 50 - color contains mainly: red. Hex color #322919 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #322919 is #CDD6E6. Grayscale: #292929. Windows color (decimal): -13489895 or 1648946. OLE color: 1648946.

HSL color Cylindrical-coordinate representation of color #322919: hue angle of 38.4º degrees, saturation: 0.33, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #322919 is Cyan = 0, Magento = 0.18, Yellow = 0.50 and Black (K on CMYK) = 0.80.

Color convert

RGB504125-
CMYK00.180.500.80
HSL38.4º33.33%14.71%-
HSV(B)38.4º50%19.61%-
XYZ2.282.331.25-
YUV41.87118.48133.8-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 43.10%
GREEN value IS 41 (16.41% from 255) = 35.34%
BLUE value IS 25 (10.16% from 255) = 21.55%
R=43.10%
G=35.34%
B=21.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.50
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50412500.180.500.8038.433.3314.71
Hex32291901232502621f
Octal62513102262120464117
Binary1100101010011100101001011001010100001001101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322919; }

 p { color: rgb(50,41,25); }

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

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

 a { background-color: rgb(50,41,25); }

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

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

 span { border-color: rgb(50,41,25); }

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