#23121F

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

Shades of Melanzane #23121F

Tints of Melanzane #23121F

Color information

#23121F (or 0x23121F) is unknown color: approx Melanzane. HEX triplet: 23, 12 and 1F. RGB value is (35,18,31). Sum of RGB (Red+Green+Blue) = 35+18+31=84 (11% of max value = 765). Red value is 35 (14.06% from 255 or 41.67% from 84); Green value is 18 (7.42% from 255 or 21.43% from 84); Blue value is 31 (12.5% from 255 or 36.90% from 84); Max value from RGB is 35 - color contains mainly: red. Hex color #23121F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23121F is #DCEDE0. Grayscale: #181818. Windows color (decimal): -14478817 or 2036259. OLE color: 2036259.

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

Color convert

RGB351831-
CMYK00.490.110.86
HSL314.12º32.08%10.39%-
HSV(B)314.12º48.57%13.73%-
XYZ1.160.891.41-
YUV24.56131.63135.44-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 41.67%
GREEN value IS 18 (7.42% from 255) = 21.43%
BLUE value IS 31 (12.5% from 255) = 36.90%
R=41.67%
G=21.43%
B=36.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.11
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35183100.490.110.86314.1232.0810.39
Hex23121F031B5613a20a
Octal432237061131264724012
Binary10001110010111110110001101110101101001110101000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23121F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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