#332B19

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

Shades of Black Magic #332B19

Tints of Black Magic #332B19

Color information

#332B19 (or 0x332B19) is unknown color: approx Black Magic. HEX triplet: 33, 2B and 19. RGB value is (51,43,25). Sum of RGB (Red+Green+Blue) = 51+43+25=119 (15% of max value = 765). Red value is 51 (20.31% from 255 or 42.86% from 119); Green value is 43 (17.19% from 255 or 36.13% from 119); Blue value is 25 (10.16% from 255 or 21.01% from 119); Max value from RGB is 51 - color contains mainly: red. Hex color #332B19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332B19 is #CCD4E6. Grayscale: #2B2B2B. Windows color (decimal): -13423847 or 1649459. OLE color: 1649459.

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

Color convert

RGB514325-
CMYK00.160.510.8
HSL41.54º34.21%14.9%-
HSV(B)41.54º50.98%20%-
XYZ2.42.51.28-
YUV43.34117.65133.46-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 42.86%
GREEN value IS 43 (17.19% from 255) = 36.13%
BLUE value IS 25 (10.16% from 255) = 21.01%
R=42.86%
G=36.13%
B=21.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.51
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51432500.160.510.841.5434.2114.9
Hex332B1901033502a22f
Octal63533102063120524217
Binary1100111010111100101000011001110100001010101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332B19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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