#23121D

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

Shades of Melanzane #23121D

Tints of Melanzane #23121D

Color information

#23121D (or 0x23121D) is unknown color: approx Melanzane. HEX triplet: 23, 12 and 1D. RGB value is (35,18,29). Sum of RGB (Red+Green+Blue) = 35+18+29=82 (10% of max value = 765). Red value is 35 (14.06% from 255 or 42.68% from 82); Green value is 18 (7.42% from 255 or 21.95% from 82); Blue value is 29 (11.72% from 255 or 35.37% from 82); Max value from RGB is 35 - color contains mainly: red. Hex color #23121D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23121D is #DCEDE2. Grayscale: #181818. Windows color (decimal): -14478819 or 1905187. OLE color: 1905187.

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

Color convert

RGB351829-
CMYK00.490.170.86
HSL321.18º32.08%10.39%-
HSV(B)321.18º48.57%13.73%-
XYZ1.130.881.27-
YUV24.34130.63135.61-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 42.68%
GREEN value IS 18 (7.42% from 255) = 21.95%
BLUE value IS 29 (11.72% from 255) = 35.37%
R=42.68%
G=21.95%
B=35.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.17
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35182900.490.170.86321.1832.0810.39
Hex23121D031115614120a
Octal432235061211265014012
Binary100011100101110101100011000110101101010000011000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23121D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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