#23131D

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

Shades of Melanzane #23131D

Tints of Melanzane #23131D

Color information

#23131D (or 0x23131D) is unknown color: approx Melanzane. HEX triplet: 23, 13 and 1D. RGB value is (35,19,29). Sum of RGB (Red+Green+Blue) = 35+19+29=83 (10% of max value = 765). Red value is 35 (14.06% from 255 or 42.17% from 83); Green value is 19 (7.81% from 255 or 22.89% from 83); Blue value is 29 (11.72% from 255 or 34.94% from 83); Max value from RGB is 35 - color contains mainly: red. Hex color #23131D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23131D is #DCECE2. Grayscale: #181818. Windows color (decimal): -14478563 or 1905443. OLE color: 1905443.

HSL color Cylindrical-coordinate representation of color #23131D: hue angle of 322.5º degrees, saturation: 0.3, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #23131D is Cyan = 0, Magento = 0.46, Yellow = 0.17 and Black (K on CMYK) = 0.86.

Color convert

RGB351929-
CMYK00.460.170.86
HSL322.5º29.63%10.59%-
HSV(B)322.5º45.71%13.73%-
XYZ1.150.911.28-
YUV24.92130.3135.19-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 42.17%
GREEN value IS 19 (7.81% from 255) = 22.89%
BLUE value IS 29 (11.72% from 255) = 34.94%
R=42.17%
G=22.89%
B=34.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.17
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35192900.460.170.86322.529.6310.59
Hex23131D02E11561421eb
Octal432335056211265023613
Binary10001110011111010101110100011010110101000010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23131D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23131D; }

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

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

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

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

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

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

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

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