#231120

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

Shades of Melanzane #231120

Tints of Melanzane #231120

Color information

#231120 (or 0x231120) is unknown color: approx Melanzane. HEX triplet: 23, 11 and 20. RGB value is (35,17,32). Sum of RGB (Red+Green+Blue) = 35+17+32=84 (11% of max value = 765). Red value is 35 (14.06% from 255 or 41.67% from 84); Green value is 17 (7.03% from 255 or 20.24% from 84); Blue value is 32 (12.89% from 255 or 38.10% from 84); Max value from RGB is 35 - color contains mainly: red. Hex color #231120 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #231120 is #DCEEDF. Grayscale: #181818. Windows color (decimal): -14479072 or 2101539. OLE color: 2101539.

HSL color Cylindrical-coordinate representation of color #231120: hue angle of 310º degrees, saturation: 0.35, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #231120 is Cyan = 0, Magento = 0.51, Yellow = 0.09 and Black (K on CMYK) = 0.86.

Color convert

RGB351732-
CMYK00.510.090.86
HSL310º34.62%10.2%-
HSV(B)310º51.43%13.73%-
XYZ1.150.861.47-
YUV24.09132.46135.78-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 41.67%
GREEN value IS 17 (7.03% from 255) = 20.24%
BLUE value IS 32 (12.89% from 255) = 38.10%
R=41.67%
G=20.24%
B=38.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.09
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35173200.510.090.8631034.6210.2
Hex23112003395613623a
Octal432140063111264664312
Binary100011100011000000110011100110101101001101101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231120; }

 p { color: rgb(35,17,32); }

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

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

 a { background-color: rgb(35,17,32); }

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

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

 span { border-color: rgb(35,17,32); }

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