#332404

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

Shades of Black Magic #332404

Tints of Black Magic #332404

Color information

#332404 (or 0x332404) is unknown color: approx Black Magic. HEX triplet: 33, 24 and 04. RGB value is (51,36,4). Sum of RGB (Red+Green+Blue) = 51+36+4=91 (12% of max value = 765). Red value is 51 (20.31% from 255 or 56.04% from 91); Green value is 36 (14.45% from 255 or 39.56% from 91); Blue value is 4 (1.95% from 255 or 4.40% from 91); Max value from RGB is 51 - color contains mainly: red. Hex color #332404 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332404 is #CCDBFB. Grayscale: #242424. Windows color (decimal): -13425660 or 271411. OLE color: 271411.

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

Color convert

RGB51364-
CMYK00.290.920.8
HSL40.85º85.45%10.78%-
HSV(B)40.85º92.16%20%-
XYZ2.021.970.39-
YUV36.84109.47138.1-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 56.04%
GREEN value IS 36 (14.45% from 255) = 39.56%
BLUE value IS 4 (1.95% from 255) = 4.40%
R=56.04%
G=39.56%
B=4.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.92
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5136400.290.920.840.8585.4510.78
Hex3324401D5C502955b
Octal634440351341205112513
Binary1100111001001000111011011100101000010100110101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332404; }

 p { color: rgb(51,36,4); }

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

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

 a { background-color: rgb(51,36,4); }

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

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

 span { border-color: rgb(51,36,4); }

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