#332812

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

Shades of Black Magic #332812

Tints of Black Magic #332812

Color information

#332812 (or 0x332812) is unknown color: approx Black Magic. HEX triplet: 33, 28 and 12. RGB value is (51,40,18). Sum of RGB (Red+Green+Blue) = 51+40+18=109 (14% of max value = 765). Red value is 51 (20.31% from 255 or 46.79% from 109); Green value is 40 (16.02% from 255 or 36.70% from 109); Blue value is 18 (7.42% from 255 or 16.51% from 109); Max value from RGB is 51 - color contains mainly: red. Hex color #332812 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332812 is #CCD7ED. Grayscale: #282828. Windows color (decimal): -13424622 or 1189939. OLE color: 1189939.

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

Color convert

RGB514018-
CMYK00.220.650.8
HSL40º47.83%13.53%-
HSV(B)40º64.71%20%-
XYZ2.232.270.89-
YUV40.78115.14135.29-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 46.79%
GREEN value IS 40 (16.02% from 255) = 36.70%
BLUE value IS 18 (7.42% from 255) = 16.51%
R=46.79%
G=36.70%
B=16.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.65
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51401800.220.650.84047.8313.53
Hex33281201641502830e
Octal635022026101120506016
Binary11001110100010010010110100000110100001010001100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332812; }

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

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

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

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

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

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

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

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