#231820

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

Shades of Melanzane #231820

Tints of Melanzane #231820

Color information

#231820 (or 0x231820) is unknown color: approx Melanzane. HEX triplet: 23, 18 and 20. RGB value is (35,24,32). Sum of RGB (Red+Green+Blue) = 35+24+32=91 (12% of max value = 765). Red value is 35 (14.06% from 255 or 38.46% from 91); Green value is 24 (9.77% from 255 or 26.37% from 91); Blue value is 32 (12.89% from 255 or 35.16% from 91); Max value from RGB is 35 - color contains mainly: red. Hex color #231820 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #231820 is #DCE7DF. Grayscale: #1C1C1C. Windows color (decimal): -14477280 or 2103331. OLE color: 2103331.

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

Color convert

RGB352432-
CMYK00.310.090.86
HSL316.36º18.64%11.57%-
HSV(B)316.36º31.43%13.73%-
XYZ1.281.111.51-
YUV28.2130.14132.85-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 38.46%
GREEN value IS 24 (9.77% from 255) = 26.37%
BLUE value IS 32 (12.89% from 255) = 35.16%
R=38.46%
G=26.37%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.09
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35243200.310.090.86316.3618.6411.57
Hex23182001F95613c13c
Octal433040037111264742314
Binary1000111100010000001111110011010110100111100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231820; }

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

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

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

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

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

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

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

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