#231B20

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

Shades of Melanzane #231B20

Tints of Melanzane #231B20

Color information

#231B20 (or 0x231B20) is unknown color: approx Melanzane. HEX triplet: 23, 1B and 20. RGB value is (35,27,32). Sum of RGB (Red+Green+Blue) = 35+27+32=94 (12% of max value = 765). Red value is 35 (14.06% from 255 or 37.23% from 94); Green value is 27 (10.94% from 255 or 28.72% from 94); Blue value is 32 (12.89% from 255 or 34.04% from 94); Max value from RGB is 35 - color contains mainly: red. Hex color #231B20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #231B20 is #DCE4DF. Grayscale: #1D1D1D. Windows color (decimal): -14476512 or 2104099. OLE color: 2104099.

HSL color Cylindrical-coordinate representation of color #231B20: hue angle of 322.5º degrees, saturation: 0.13, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #231B20 is Cyan = 0, Magento = 0.23, Yellow = 0.09 and Black (K on CMYK) = 0.86.

Color convert

RGB352732-
CMYK00.230.090.86
HSL322.5º12.9%12.16%-
HSV(B)322.5º22.86%13.73%-
XYZ1.351.251.54-
YUV29.96129.15131.59-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 37.23%
GREEN value IS 27 (10.94% from 255) = 28.72%
BLUE value IS 32 (12.89% from 255) = 34.04%
R=37.23%
G=28.72%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.09
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35273200.230.090.86322.512.912.16
Hex231B20017956142dc
Octal433340027111265021514
Binary100011110111000000101111001101011010100001011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231B20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231B20; }

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

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

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

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

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

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

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

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