#332C19

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

Shades of Black Magic #332C19

Tints of Black Magic #332C19

Color information

#332C19 (or 0x332C19) is unknown color: approx Black Magic. HEX triplet: 33, 2C and 19. RGB value is (51,44,25). Sum of RGB (Red+Green+Blue) = 51+44+25=120 (15% of max value = 765). Red value is 51 (20.31% from 255 or 42.5% from 120); Green value is 44 (17.58% from 255 or 36.67% from 120); Blue value is 25 (10.16% from 255 or 20.83% from 120); Max value from RGB is 51 - color contains mainly: red. Hex color #332C19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332C19 is #CCD3E6. Grayscale: #2C2C2C. Windows color (decimal): -13423591 or 1649715. OLE color: 1649715.

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

Color convert

RGB514425-
CMYK00.140.510.8
HSL43.85º34.21%14.9%-
HSV(B)43.85º50.98%20%-
XYZ2.442.581.29-
YUV43.93117.32133.04-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 42.5%
GREEN value IS 44 (17.58% from 255) = 36.67%
BLUE value IS 25 (10.16% from 255) = 20.83%
R=42.5%
G=36.67%
B=20.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.51
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51442500.140.510.843.8534.2114.9
Hex332C190E33502c22f
Octal63543101663120544217
Binary110011101100110010111011001110100001011001000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332C19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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