#332819

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

Shades of Black Magic #332819

Tints of Black Magic #332819

Color information

#332819 (or 0x332819) is unknown color: approx Black Magic. HEX triplet: 33, 28 and 19. RGB value is (51,40,25). Sum of RGB (Red+Green+Blue) = 51+40+25=116 (15% of max value = 765). Red value is 51 (20.31% from 255 or 43.97% from 116); Green value is 40 (16.02% from 255 or 34.48% from 116); Blue value is 25 (10.16% from 255 or 21.55% from 116); Max value from RGB is 51 - color contains mainly: red. Hex color #332819 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332819 is #CCD7E6. Grayscale: #292929. Windows color (decimal): -13424615 or 1648691. OLE color: 1648691.

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

Color convert

RGB514025-
CMYK00.220.510.8
HSL34.62º34.21%14.9%-
HSV(B)34.62º50.98%20%-
XYZ2.32.291.24-
YUV41.58118.64134.72-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 43.97%
GREEN value IS 40 (16.02% from 255) = 34.48%
BLUE value IS 25 (10.16% from 255) = 21.55%
R=43.97%
G=34.48%
B=21.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.51
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51402500.220.510.834.6234.2114.9
Hex33281901633502322f
Octal63503102663120434217
Binary1100111010001100101011011001110100001000111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332819

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332819; }

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

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

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

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

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

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

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

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