#332A19

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

Shades of Black Magic #332A19

Tints of Black Magic #332A19

Color information

#332A19 (or 0x332A19) is unknown color: approx Black Magic. HEX triplet: 33, 2A and 19. RGB value is (51,42,25). Sum of RGB (Red+Green+Blue) = 51+42+25=118 (15% of max value = 765). Red value is 51 (20.31% from 255 or 43.22% from 118); Green value is 42 (16.80% from 255 or 35.59% from 118); Blue value is 25 (10.16% from 255 or 21.19% from 118); Max value from RGB is 51 - color contains mainly: red. Hex color #332A19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332A19 is #CCD5E6. Grayscale: #2A2A2A. Windows color (decimal): -13424103 or 1649203. OLE color: 1649203.

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

Color convert

RGB514225-
CMYK00.180.510.8
HSL39.23º34.21%14.9%-
HSV(B)39.23º50.98%20%-
XYZ2.372.431.26-
YUV42.75117.98133.88-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 43.22%
GREEN value IS 42 (16.80% from 255) = 35.59%
BLUE value IS 25 (10.16% from 255) = 21.19%
R=43.22%
G=35.59%
B=21.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.51
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51422500.180.510.839.2334.2114.9
Hex332A1901233502722f
Octal63523102263120474217
Binary1100111010101100101001011001110100001001111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332A19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332A19; }

 p { color: rgb(51,42,25); }

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

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

 a { background-color: rgb(51,42,25); }

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

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

 span { border-color: rgb(51,42,25); }

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