#322B18

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

Shades of Black Magic #322B18

Tints of Black Magic #322B18

Color information

#322B18 (or 0x322B18) is unknown color: approx Black Magic. HEX triplet: 32, 2B and 18. RGB value is (50,43,24). Sum of RGB (Red+Green+Blue) = 50+43+24=117 (15% of max value = 765). Red value is 50 (19.92% from 255 or 42.74% from 117); Green value is 43 (17.19% from 255 or 36.75% from 117); Blue value is 24 (9.77% from 255 or 20.51% from 117); Max value from RGB is 50 - color contains mainly: red. Hex color #322B18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #322B18 is #CDD4E7. Grayscale: #2B2B2B. Windows color (decimal): -13489384 or 1583922. OLE color: 1583922.

HSL color Cylindrical-coordinate representation of color #322B18: hue angle of 43.85º 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 #322B18 is Cyan = 0, Magento = 0.14, Yellow = 0.52 and Black (K on CMYK) = 0.80.

Color convert

RGB504324-
CMYK00.140.520.80
HSL43.85º35.14%14.51%-
HSV(B)43.85º52%19.61%-
XYZ2.342.471.22-
YUV42.93117.32133.04-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 42.74%
GREEN value IS 43 (17.19% from 255) = 36.75%
BLUE value IS 24 (9.77% from 255) = 20.51%
R=42.74%
G=36.75%
B=20.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.52
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50432400.140.520.8043.8535.1414.51
Hex322B180E34502c23f
Octal62533001664120544317
Binary110010101011110000111011010010100001011001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322B18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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