#322915

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

Shades of Black Magic #322915

Tints of Black Magic #322915

Color information

#322915 (or 0x322915) is unknown color: approx Black Magic. HEX triplet: 32, 29 and 15. RGB value is (50,41,21). Sum of RGB (Red+Green+Blue) = 50+41+21=112 (14% of max value = 765). Red value is 50 (19.92% from 255 or 44.64% from 112); Green value is 41 (16.41% from 255 or 36.61% from 112); Blue value is 21 (8.59% from 255 or 18.75% from 112); Max value from RGB is 50 - color contains mainly: red. Hex color #322915 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #322915 is #CDD6EA. Grayscale: #292929. Windows color (decimal): -13489899 or 1386802. OLE color: 1386802.

HSL color Cylindrical-coordinate representation of color #322915: hue angle of 41.38º degrees, saturation: 0.41, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #322915 is Cyan = 0, Magento = 0.18, Yellow = 0.58 and Black (K on CMYK) = 0.80.

Color convert

RGB504121-
CMYK00.180.580.80
HSL41.38º40.85%13.92%-
HSV(B)41.38º58%19.61%-
XYZ2.242.321.04-
YUV41.41116.48134.13-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 44.64%
GREEN value IS 41 (16.41% from 255) = 36.61%
BLUE value IS 21 (8.59% from 255) = 18.75%
R=44.64%
G=36.61%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.58
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50412100.180.580.8041.3840.8513.92
Hex3229150123A502929e
Octal62512502272120515116
Binary1100101010011010101001011101010100001010011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322915; }

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

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

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

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

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

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

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

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