#23131C

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

Shades of Melanzane #23131C

Tints of Melanzane #23131C

Color information

#23131C (or 0x23131C) is unknown color: approx Melanzane. HEX triplet: 23, 13 and 1C. RGB value is (35,19,28). Sum of RGB (Red+Green+Blue) = 35+19+28=82 (10% of max value = 765). Red value is 35 (14.06% from 255 or 42.68% from 82); Green value is 19 (7.81% from 255 or 23.17% from 82); Blue value is 28 (11.33% from 255 or 34.15% from 82); Max value from RGB is 35 - color contains mainly: red. Hex color #23131C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23131C is #DCECE3. Grayscale: #181818. Windows color (decimal): -14478564 or 1839907. OLE color: 1839907.

HSL color Cylindrical-coordinate representation of color #23131C: hue angle of 326.25º 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 #23131C is Cyan = 0, Magento = 0.46, Yellow = 0.20 and Black (K on CMYK) = 0.86.

Color convert

RGB351928-
CMYK00.460.200.86
HSL326.25º29.63%10.59%-
HSV(B)326.25º45.71%13.73%-
XYZ1.140.911.21-
YUV24.81129.8135.27-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 42.68%
GREEN value IS 19 (7.81% from 255) = 23.17%
BLUE value IS 28 (11.33% from 255) = 34.15%
R=42.68%
G=23.17%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.20
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35192800.460.200.86326.2529.6310.59
Hex23131C02E14561461eb
Octal432334056241265063613
Binary10001110011111000101110101001010110101000110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23131C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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