#33212E

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

Shades of Melanzane #33212E

Tints of Melanzane #33212E

Color information

#33212E (or 0x33212E) is unknown color: approx Melanzane. HEX triplet: 33, 21 and 2E. RGB value is (51,33,46). Sum of RGB (Red+Green+Blue) = 51+33+46=130 (17% of max value = 765). Red value is 51 (20.31% from 255 or 39.23% from 130); Green value is 33 (13.28% from 255 or 25.38% from 130); Blue value is 46 (18.36% from 255 or 35.38% from 130); Max value from RGB is 51 - color contains mainly: red. Hex color #33212E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33212E is #CCDED1. Grayscale: #272727. Windows color (decimal): -13426386 or 3023155. OLE color: 3023155.

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

Color convert

RGB513346-
CMYK00.350.100.8
HSL316.67º21.43%16.47%-
HSV(B)316.67º35.29%20%-
XYZ2.41.992.84-
YUV39.86131.46135.94-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 39.23%
GREEN value IS 33 (13.28% from 255) = 25.38%
BLUE value IS 46 (18.36% from 255) = 35.38%
R=39.23%
G=25.38%
B=35.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.10
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51334600.350.100.8316.6721.4316.47
Hex33212E023A5013d1510
Octal634156043121204752520
Binary1100111000011011100100011101010100001001111011010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33212E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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