#332306

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

Shades of Black Magic #332306

Tints of Black Magic #332306

Color information

#332306 (or 0x332306) is unknown color: approx Black Magic. HEX triplet: 33, 23 and 06. RGB value is (51,35,6). Sum of RGB (Red+Green+Blue) = 51+35+6=92 (12% of max value = 765). Red value is 51 (20.31% from 255 or 55.43% from 92); Green value is 35 (14.06% from 255 or 38.04% from 92); Blue value is 6 (2.73% from 255 or 6.52% from 92); Max value from RGB is 51 - color contains mainly: red. Hex color #332306 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332306 is #CCDCF9. Grayscale: #242424. Windows color (decimal): -13425914 or 402227. OLE color: 402227.

HSL color Cylindrical-coordinate representation of color #332306: hue angle of 38.67º degrees, saturation: 0.79, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #332306 is Cyan = 0, Magento = 0.31, Yellow = 0.88 and Black (K on CMYK) = 0.8.

Color convert

RGB51356-
CMYK00.310.880.8
HSL38.67º78.95%11.18%-
HSV(B)38.67º88.24%20%-
XYZ21.920.44-
YUV36.48110.8138.36-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 55.43%
GREEN value IS 35 (14.06% from 255) = 38.04%
BLUE value IS 6 (2.73% from 255) = 6.52%
R=55.43%
G=38.04%
B=6.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.88
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5135600.310.880.838.6778.9511.18
Hex3323601F5850274fb
Octal634360371301204711713
Binary1100111000111100111111011000101000010011110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332306; }

 p { color: rgb(51,35,6); }

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

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

 a { background-color: rgb(51,35,6); }

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

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

 span { border-color: rgb(51,35,6); }

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