#332919

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

Shades of Black Magic #332919

Tints of Black Magic #332919

Color information

#332919 (or 0x332919) is unknown color: approx Black Magic. HEX triplet: 33, 29 and 19. RGB value is (51,41,25). Sum of RGB (Red+Green+Blue) = 51+41+25=117 (15% of max value = 765). Red value is 51 (20.31% from 255 or 43.59% from 117); Green value is 41 (16.41% from 255 or 35.04% from 117); Blue value is 25 (10.16% from 255 or 21.37% from 117); Max value from RGB is 51 - color contains mainly: red. Hex color #332919 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332919 is #CCD6E6. Grayscale: #2A2A2A. Windows color (decimal): -13424359 or 1648947. OLE color: 1648947.

HSL color Cylindrical-coordinate representation of color #332919: hue angle of 36.92º 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 #332919 is Cyan = 0, Magento = 0.20, Yellow = 0.51 and Black (K on CMYK) = 0.8.

Color convert

RGB514125-
CMYK00.200.510.8
HSL36.92º34.21%14.9%-
HSV(B)36.92º50.98%20%-
XYZ2.332.361.25-
YUV42.17118.31134.3-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 43.59%
GREEN value IS 41 (16.41% from 255) = 35.04%
BLUE value IS 25 (10.16% from 255) = 21.37%
R=43.59%
G=35.04%
B=21.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.51
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51412500.200.510.836.9234.2114.9
Hex33291901433502522f
Octal63513102463120454217
Binary1100111010011100101010011001110100001001011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332919; }

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

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

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

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

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

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

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

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