#33132B

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

Shades of Melanzane #33132B

Tints of Melanzane #33132B

Color information

#33132B (or 0x33132B) is unknown color: approx Melanzane. HEX triplet: 33, 13 and 2B. RGB value is (51,19,43). Sum of RGB (Red+Green+Blue) = 51+19+43=113 (14% of max value = 765). Red value is 51 (20.31% from 255 or 45.13% from 113); Green value is 19 (7.81% from 255 or 16.81% from 113); Blue value is 43 (17.19% from 255 or 38.05% from 113); Max value from RGB is 51 - color contains mainly: red. Hex color #33132B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #33132B is #CCECD4. Grayscale: #1F1F1F. Windows color (decimal): -13429973 or 2822963. OLE color: 2822963.

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

Color convert

RGB511943-
CMYK00.630.160.8
HSL315º45.71%13.73%-
HSV(B)315º62.75%20%-
XYZ2.031.342.44-
YUV31.3134.6142.05-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 45.13%
GREEN value IS 19 (7.81% from 255) = 16.81%
BLUE value IS 43 (17.19% from 255) = 38.05%
R=45.13%
G=16.81%
B=38.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.16
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51194300.630.160.831545.7113.73
Hex33132B03F105013b2ee
Octal632353077201204735616
Binary1100111001110101101111111000010100001001110111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33132B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33132B; }

 p { color: rgb(51,19,43); }

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

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

 a { background-color: rgb(51,19,43); }

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

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

 span { border-color: rgb(51,19,43); }

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