#322918

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

Shades of Black Magic #322918

Tints of Black Magic #322918

Color information

#322918 (or 0x322918) is unknown color: approx Black Magic. HEX triplet: 32, 29 and 18. RGB value is (50,41,24). Sum of RGB (Red+Green+Blue) = 50+41+24=115 (15% of max value = 765). Red value is 50 (19.92% from 255 or 43.48% from 115); Green value is 41 (16.41% from 255 or 35.65% from 115); Blue value is 24 (9.77% from 255 or 20.87% from 115); Max value from RGB is 50 - color contains mainly: red. Hex color #322918 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #322918 is #CDD6E7. Grayscale: #292929. Windows color (decimal): -13489896 or 1583410. OLE color: 1583410.

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

Color convert

RGB504124-
CMYK00.180.520.80
HSL39.23º35.14%14.51%-
HSV(B)39.23º52%19.61%-
XYZ2.272.331.19-
YUV41.75117.98133.88-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 43.48%
GREEN value IS 41 (16.41% from 255) = 35.65%
BLUE value IS 24 (9.77% from 255) = 20.87%
R=43.48%
G=35.65%
B=20.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.52
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50412400.180.520.8039.2335.1414.51
Hex32291801234502723f
Octal62513002264120474317
Binary1100101010011100001001011010010100001001111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322918; }

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

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

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

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

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

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

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

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