#23131E

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

Shades of Melanzane #23131E

Tints of Melanzane #23131E

Color information

#23131E (or 0x23131E) is unknown color: approx Melanzane. HEX triplet: 23, 13 and 1E. RGB value is (35,19,30). Sum of RGB (Red+Green+Blue) = 35+19+30=84 (11% of max value = 765). Red value is 35 (14.06% from 255 or 41.67% from 84); Green value is 19 (7.81% from 255 or 22.62% from 84); Blue value is 30 (12.11% from 255 or 35.71% from 84); Max value from RGB is 35 - color contains mainly: red. Hex color #23131E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23131E is #DCECE1. Grayscale: #191919. Windows color (decimal): -14478562 or 1970979. OLE color: 1970979.

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

Color convert

RGB351930-
CMYK00.460.140.86
HSL318.75º29.63%10.59%-
HSV(B)318.75º45.71%13.73%-
XYZ1.160.921.34-
YUV25.04130.8135.11-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 41.67%
GREEN value IS 19 (7.81% from 255) = 22.62%
BLUE value IS 30 (12.11% from 255) = 35.71%
R=41.67%
G=22.62%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.14
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35193000.460.140.86318.7529.6310.59
Hex23131E02EE5613f1eb
Octal432336056161264773613
Binary1000111001111110010111011101010110100111111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23131E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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