#332811

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

Shades of Black Magic #332811

Tints of Black Magic #332811

Color information

#332811 (or 0x332811) is unknown color: approx Black Magic. HEX triplet: 33, 28 and 11. RGB value is (51,40,17). Sum of RGB (Red+Green+Blue) = 51+40+17=108 (14% of max value = 765). Red value is 51 (20.31% from 255 or 47.22% from 108); Green value is 40 (16.02% from 255 or 37.04% from 108); Blue value is 17 (7.03% from 255 or 15.74% from 108); Max value from RGB is 51 - color contains mainly: red. Hex color #332811 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332811 is #CCD7EE. Grayscale: #282828. Windows color (decimal): -13424623 or 1124403. OLE color: 1124403.

HSL color Cylindrical-coordinate representation of color #332811: hue angle of 40.59º degrees, saturation: 0.5, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #332811 is Cyan = 0, Magento = 0.22, Yellow = 0.67 and Black (K on CMYK) = 0.8.

Color convert

RGB514017-
CMYK00.220.670.8
HSL40.59º50%13.33%-
HSV(B)40.59º66.67%20%-
XYZ2.232.260.85-
YUV40.67114.64135.37-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 47.22%
GREEN value IS 40 (16.02% from 255) = 37.04%
BLUE value IS 17 (7.03% from 255) = 15.74%
R=47.22%
G=37.04%
B=15.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.67
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51401700.220.670.840.595013.33
Hex33281101643502932d
Octal635021026103120516215
Binary11001110100010001010110100001110100001010011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332811; }

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

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

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

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

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

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

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

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