#231920

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

Shades of Melanzane #231920

Tints of Melanzane #231920

Color information

#231920 (or 0x231920) is unknown color: approx Melanzane. HEX triplet: 23, 19 and 20. RGB value is (35,25,32). Sum of RGB (Red+Green+Blue) = 35+25+32=92 (12% of max value = 765). Red value is 35 (14.06% from 255 or 38.04% from 92); Green value is 25 (10.16% from 255 or 27.17% from 92); Blue value is 32 (12.89% from 255 or 34.78% from 92); Max value from RGB is 35 - color contains mainly: red. Hex color #231920 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #231920 is #DCE6DF. Grayscale: #1C1C1C. Windows color (decimal): -14477024 or 2103587. OLE color: 2103587.

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

Color convert

RGB352532-
CMYK00.290.090.86
HSL318º16.67%11.76%-
HSV(B)318º28.57%13.73%-
XYZ1.31.161.52-
YUV28.79129.81132.43-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 38.04%
GREEN value IS 25 (10.16% from 255) = 27.17%
BLUE value IS 32 (12.89% from 255) = 34.78%
R=38.04%
G=27.17%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.09
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35253200.290.090.8631816.6711.76
Hex23192001D95613e11c
Octal433140035111264762114
Binary1000111100110000001110110011010110100111110100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231920; }

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

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

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

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

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

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

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

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