#332C21

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

Shades of Black Magic #332C21

Tints of Black Magic #332C21

Color information

#332C21 (or 0x332C21) is unknown color: approx Black Magic. HEX triplet: 33, 2C and 21. RGB value is (51,44,33). Sum of RGB (Red+Green+Blue) = 51+44+33=128 (16% of max value = 765). Red value is 51 (20.31% from 255 or 39.84% from 128); Green value is 44 (17.58% from 255 or 34.38% from 128); Blue value is 33 (13.28% from 255 or 25.78% from 128); Max value from RGB is 51 - color contains mainly: red. Hex color #332C21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332C21 is #CCD3DE. Grayscale: #2C2C2C. Windows color (decimal): -13423583 or 2174003. OLE color: 2174003.

HSL color Cylindrical-coordinate representation of color #332C21: hue angle of 36.67º degrees, saturation: 0.21, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #332C21 is Cyan = 0, Magento = 0.14, Yellow = 0.35 and Black (K on CMYK) = 0.8.

Color convert

RGB514433-
CMYK00.140.350.8
HSL36.67º21.43%16.47%-
HSV(B)36.67º35.29%20%-
XYZ2.542.611.81-
YUV44.84121.32132.39-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 39.84%
GREEN value IS 44 (17.58% from 255) = 34.38%
BLUE value IS 33 (13.28% from 255) = 25.78%
R=39.84%
G=34.38%
B=25.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.35
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51443300.140.350.836.6721.4316.47
Hex332C210E2350251510
Octal63544101643120452520
Binary1100111011001000010111010001110100001001011010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332C21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332C21; }

 p { color: rgb(51,44,33); }

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

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

 a { background-color: rgb(51,44,33); }

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

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

 span { border-color: rgb(51,44,33); }

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