#322A13

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

Shades of Black Magic #322A13

Tints of Black Magic #322A13

Color information

#322A13 (or 0x322A13) is unknown color: approx Black Magic. HEX triplet: 32, 2A and 13. RGB value is (50,42,19). Sum of RGB (Red+Green+Blue) = 50+42+19=111 (14% of max value = 765). Red value is 50 (19.92% from 255 or 45.05% from 111); Green value is 42 (16.80% from 255 or 37.84% from 111); Blue value is 19 (7.81% from 255 or 17.12% from 111); Max value from RGB is 50 - color contains mainly: red. Hex color #322A13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #322A13 is #CDD5EC. Grayscale: #292929. Windows color (decimal): -13489645 or 1255986. OLE color: 1255986.

HSL color Cylindrical-coordinate representation of color #322A13: hue angle of 44.52º degrees, saturation: 0.45, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #322A13 is Cyan = 0, Magento = 0.16, Yellow = 0.62 and Black (K on CMYK) = 0.80.

Color convert

RGB504219-
CMYK00.160.620.80
HSL44.52º44.93%13.53%-
HSV(B)44.52º62%19.61%-
XYZ2.262.380.96-
YUV41.77115.15133.87-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 45.05%
GREEN value IS 42 (16.80% from 255) = 37.84%
BLUE value IS 19 (7.81% from 255) = 17.12%
R=45.05%
G=37.84%
B=17.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.62
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50421900.160.620.8044.5244.9313.53
Hex322A130103E502d2de
Octal62522302076120555516
Binary1100101010101001101000011111010100001011011011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322A13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,42,19); }

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

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

 a { background-color: rgb(50,42,19); }

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

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

 span { border-color: rgb(50,42,19); }

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