#231720

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

Shades of Melanzane #231720

Tints of Melanzane #231720

Color information

#231720 (or 0x231720) is unknown color: approx Melanzane. HEX triplet: 23, 17 and 20. RGB value is (35,23,32). Sum of RGB (Red+Green+Blue) = 35+23+32=90 (11% of max value = 765). Red value is 35 (14.06% from 255 or 38.89% from 90); Green value is 23 (9.38% from 255 or 25.56% from 90); Blue value is 32 (12.89% from 255 or 35.56% from 90); Max value from RGB is 35 - color contains mainly: red. Hex color #231720 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #231720 is #DCE8DF. Grayscale: #1B1B1B. Windows color (decimal): -14477536 or 2103075. OLE color: 2103075.

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

Color convert

RGB352332-
CMYK00.340.090.86
HSL315º20.69%11.37%-
HSV(B)315º34.29%13.73%-
XYZ1.261.071.51-
YUV27.61130.48133.27-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 38.89%
GREEN value IS 23 (9.38% from 255) = 25.56%
BLUE value IS 32 (12.89% from 255) = 35.56%
R=38.89%
G=25.56%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.09
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35233200.340.090.8631520.6911.37
Hex23172002295613b15b
Octal432740042111264732513
Binary10001110111100000010001010011010110100111011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231720; }

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

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

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

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

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

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

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

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