#33212C

Color #33212C Melanzane (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Melanzane #33212C

Tints of Melanzane #33212C

Color information

#33212C (or 0x33212C) is unknown color: approx Melanzane. HEX triplet: 33, 21 and 2C. RGB value is (51,33,44). Sum of RGB (Red+Green+Blue) = 51+33+44=128 (16% of max value = 765). Red value is 51 (20.31% from 255 or 39.84% from 128); Green value is 33 (13.28% from 255 or 25.78% from 128); Blue value is 44 (17.58% from 255 or 34.38% from 128); Max value from RGB is 51 - color contains mainly: red. Hex color #33212C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33212C is #CCDED3. Grayscale: #272727. Windows color (decimal): -13426388 or 2892083. OLE color: 2892083.

HSL color Cylindrical-coordinate representation of color #33212C: hue angle of 323.33º 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 #33212C is Cyan = 0, Magento = 0.35, Yellow = 0.14 and Black (K on CMYK) = 0.8.

Color convert

RGB513344-
CMYK00.350.140.8
HSL323.33º21.43%16.47%-
HSV(B)323.33º35.29%20%-
XYZ2.361.972.64-
YUV39.64130.46136.11-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.14
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51334400.350.140.8323.3321.4316.47
Hex33212C023E501431510
Octal634154043161205032520
Binary1100111000011011000100011111010100001010000111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33212C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33212C; }

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

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

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

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

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

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

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

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