#23121E

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

Shades of Melanzane #23121E

Tints of Melanzane #23121E

Color information

#23121E (or 0x23121E) is unknown color: approx Melanzane. HEX triplet: 23, 12 and 1E. RGB value is (35,18,30). Sum of RGB (Red+Green+Blue) = 35+18+30=83 (10% of max value = 765). Red value is 35 (14.06% from 255 or 42.17% from 83); Green value is 18 (7.42% from 255 or 21.69% from 83); Blue value is 30 (12.11% from 255 or 36.14% from 83); Max value from RGB is 35 - color contains mainly: red. Hex color #23121E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23121E is #DCEDE1. Grayscale: #181818. Windows color (decimal): -14478818 or 1970723. OLE color: 1970723.

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

Color convert

RGB351830-
CMYK00.490.140.86
HSL317.65º32.08%10.39%-
HSV(B)317.65º48.57%13.73%-
XYZ1.140.881.34-
YUV24.45131.13135.52-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 42.17%
GREEN value IS 18 (7.42% from 255) = 21.69%
BLUE value IS 30 (12.11% from 255) = 36.14%
R=42.17%
G=21.69%
B=36.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.14
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35183000.490.140.86317.6532.0810.39
Hex23121E031E5613e20a
Octal432236061161264764012
Binary10001110010111100110001111010101101001111101000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23121E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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