#23121C

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

Shades of Melanzane #23121C

Tints of Melanzane #23121C

Color information

#23121C (or 0x23121C) is unknown color: approx Melanzane. HEX triplet: 23, 12 and 1C. RGB value is (35,18,28). Sum of RGB (Red+Green+Blue) = 35+18+28=81 (10% of max value = 765). Red value is 35 (14.06% from 255 or 43.21% from 81); Green value is 18 (7.42% from 255 or 22.22% from 81); Blue value is 28 (11.33% from 255 or 34.57% from 81); Max value from RGB is 35 - color contains mainly: red. Hex color #23121C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23121C is #DCEDE3. Grayscale: #181818. Windows color (decimal): -14478820 or 1839651. OLE color: 1839651.

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

Color convert

RGB351828-
CMYK00.490.200.86
HSL324.71º32.08%10.39%-
HSV(B)324.71º48.57%13.73%-
XYZ1.120.871.21-
YUV24.22130.13135.69-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 43.21%
GREEN value IS 18 (7.42% from 255) = 22.22%
BLUE value IS 28 (11.33% from 255) = 34.57%
R=43.21%
G=22.22%
B=34.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.20
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35182800.490.200.86324.7132.0810.39
Hex23121C031145614520a
Octal432234061241265054012
Binary100011100101110001100011010010101101010001011000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23121C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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