#231D20

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

Shades of Melanzane #231D20

Tints of Melanzane #231D20

Color information

#231D20 (or 0x231D20) is unknown color: approx Melanzane. HEX triplet: 23, 1D and 20. RGB value is (35,29,32). Sum of RGB (Red+Green+Blue) = 35+29+32=96 (12% of max value = 765). Red value is 35 (14.06% from 255 or 36.46% from 96); Green value is 29 (11.72% from 255 or 30.21% from 96); Blue value is 32 (12.89% from 255 or 33.33% from 96); Max value from RGB is 35 - color contains mainly: red. Hex color #231D20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #231D20 is #DCE2DF. Grayscale: #1F1F1F. Windows color (decimal): -14476000 or 2104611. OLE color: 2104611.

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

Color convert

RGB352932-
CMYK00.170.090.86
HSL330º9.38%12.55%-
HSV(B)330º17.14%13.73%-
XYZ1.391.341.55-
YUV31.14128.49130.76-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 36.46%
GREEN value IS 29 (11.72% from 255) = 30.21%
BLUE value IS 32 (12.89% from 255) = 33.33%
R=36.46%
G=30.21%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.09
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35293200.170.090.863309.3812.55
Hex231D2001195614a9d
Octal433540021111265121115
Binary100011111011000000100011001101011010100101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231D20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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