#332201

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

Shades of Black Magic #332201

Tints of Black Magic #332201

Color information

#332201 (or 0x332201) is unknown color: approx Black Magic. HEX triplet: 33, 22 and 01. RGB value is (51,34,1). Sum of RGB (Red+Green+Blue) = 51+34+1=86 (11% of max value = 765). Red value is 51 (20.31% from 255 or 59.30% from 86); Green value is 34 (13.67% from 255 or 39.53% from 86); Blue value is 1 (0.78% from 255 or 1.16% from 86); Max value from RGB is 51 - color contains mainly: red. Hex color #332201 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332201 is #CCDDFE. Grayscale: #232323. Windows color (decimal): -13426175 or 74291. OLE color: 74291.

HSL color Cylindrical-coordinate representation of color #332201: hue angle of 39.6º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #332201 is Cyan = 0, Magento = 0.33, Yellow = 0.98 and Black (K on CMYK) = 0.8.

Color convert

RGB51341-
CMYK00.330.980.8
HSL39.6º96.15%10.2%-
HSV(B)39.6º98.04%20%-
XYZ1.941.850.28-
YUV35.32108.63139.18-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 59.30%
GREEN value IS 34 (13.67% from 255) = 39.53%
BLUE value IS 1 (0.78% from 255) = 1.16%
R=59.30%
G=39.53%
B=1.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.98
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5134100.330.980.839.696.1510.2
Hex3322102162502860a
Octal634210411421205014012
Binary110011100010101000011100010101000010100011000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332201; }

 p { color: rgb(51,34,1); }

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

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

 a { background-color: rgb(51,34,1); }

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

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

 span { border-color: rgb(51,34,1); }

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