#33232E

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

Shades of Melanzane #33232E

Tints of Melanzane #33232E

Color information

#33232E (or 0x33232E) is unknown color: approx Melanzane. HEX triplet: 33, 23 and 2E. RGB value is (51,35,46). Sum of RGB (Red+Green+Blue) = 51+35+46=132 (17% of max value = 765). Red value is 51 (20.31% from 255 or 38.64% from 132); Green value is 35 (14.06% from 255 or 26.52% from 132); Blue value is 46 (18.36% from 255 or 34.85% from 132); Max value from RGB is 51 - color contains mainly: red. Hex color #33232E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33232E is #CCDCD1. Grayscale: #292929. Windows color (decimal): -13425874 or 3023667. OLE color: 3023667.

HSL color Cylindrical-coordinate representation of color #33232E: hue angle of 318.75º degrees, saturation: 0.19, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #33232E is Cyan = 0, Magento = 0.31, Yellow = 0.10 and Black (K on CMYK) = 0.8.

Color convert

RGB513546-
CMYK00.310.100.8
HSL318.75º18.6%16.86%-
HSV(B)318.75º31.37%20%-
XYZ2.462.12.86-
YUV41.04130.8135.11-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 38.64%
GREEN value IS 35 (14.06% from 255) = 26.52%
BLUE value IS 46 (18.36% from 255) = 34.85%
R=38.64%
G=26.52%
B=34.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.10
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51354600.310.100.8318.7518.616.86
Hex33232E01FA5013f1311
Octal634356037121204772321
Binary110011100011101110011111101010100001001111111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33232E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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