#23111F

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

Shades of Melanzane #23111F

Tints of Melanzane #23111F

Color information

#23111F (or 0x23111F) is unknown color: approx Melanzane. HEX triplet: 23, 11 and 1F. RGB value is (35,17,31). Sum of RGB (Red+Green+Blue) = 35+17+31=83 (10% of max value = 765). Red value is 35 (14.06% from 255 or 42.17% from 83); Green value is 17 (7.03% from 255 or 20.48% from 83); Blue value is 31 (12.5% from 255 or 37.35% from 83); Max value from RGB is 35 - color contains mainly: red. Hex color #23111F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23111F is #DCEEE0. Grayscale: #171717. Windows color (decimal): -14479073 or 2036003. OLE color: 2036003.

HSL color Cylindrical-coordinate representation of color #23111F: hue angle of 313.33º degrees, saturation: 0.35, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #23111F is Cyan = 0, Magento = 0.51, Yellow = 0.11 and Black (K on CMYK) = 0.86.

Color convert

RGB351731-
CMYK00.510.110.86
HSL313.33º34.62%10.2%-
HSV(B)313.33º51.43%13.73%-
XYZ1.140.861.4-
YUV23.98131.96135.86-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 42.17%
GREEN value IS 17 (7.03% from 255) = 20.48%
BLUE value IS 31 (12.5% from 255) = 37.35%
R=42.17%
G=20.48%
B=37.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.11
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35173100.510.110.86313.3334.6210.2
Hex23111F033B5613923a
Octal432137063131264714312
Binary10001110001111110110011101110101101001110011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23111F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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