#322C1E

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

Shades of Black Magic #322C1E

Tints of Black Magic #322C1E

Color information

#322C1E (or 0x322C1E) is unknown color: approx Black Magic. HEX triplet: 32, 2C and 1E. RGB value is (50,44,30). Sum of RGB (Red+Green+Blue) = 50+44+30=124 (16% of max value = 765). Red value is 50 (19.92% from 255 or 40.32% from 124); Green value is 44 (17.58% from 255 or 35.48% from 124); Blue value is 30 (12.11% from 255 or 24.19% from 124); Max value from RGB is 50 - color contains mainly: red. Hex color #322C1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322C1E is #CDD3E1. Grayscale: #2C2C2C. Windows color (decimal): -13489122 or 1977394. OLE color: 1977394.

HSL color Cylindrical-coordinate representation of color #322C1E: hue angle of 42º degrees, saturation: 0.25, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #322C1E is Cyan = 0, Magento = 0.12, Yellow = 0.40 and Black (K on CMYK) = 0.80.

Color convert

RGB504430-
CMYK00.120.400.80
HSL42º25%15.69%-
HSV(B)42º40%19.61%-
XYZ2.452.571.6-
YUV44.2119.99132.14-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 40.32%
GREEN value IS 44 (17.58% from 255) = 35.48%
BLUE value IS 30 (12.11% from 255) = 24.19%
R=40.32%
G=35.48%
B=24.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.40
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50443000.120.400.80422515.69
Hex322C1E0C28502a1910
Octal62543601450120523120
Binary110010101100111100110010100010100001010101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,44,30); }

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

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

 a { background-color: rgb(50,44,30); }

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

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

 span { border-color: rgb(50,44,30); }

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