#23161D

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

Shades of Melanzane #23161D

Tints of Melanzane #23161D

Color information

#23161D (or 0x23161D) is unknown color: approx Melanzane. HEX triplet: 23, 16 and 1D. RGB value is (35,22,29). Sum of RGB (Red+Green+Blue) = 35+22+29=86 (11% of max value = 765). Red value is 35 (14.06% from 255 or 40.70% from 86); Green value is 22 (8.98% from 255 or 25.58% from 86); Blue value is 29 (11.72% from 255 or 33.72% from 86); Max value from RGB is 35 - color contains mainly: red. Hex color #23161D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23161D is #DCE9E2. Grayscale: #1A1A1A. Windows color (decimal): -14477795 or 1906211. OLE color: 1906211.

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

Color convert

RGB352229-
CMYK00.370.170.86
HSL327.69º22.81%11.18%-
HSV(B)327.69º37.14%13.73%-
XYZ1.21.021.3-
YUV26.68129.31133.93-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 40.70%
GREEN value IS 22 (8.98% from 255) = 25.58%
BLUE value IS 29 (11.72% from 255) = 33.72%
R=40.70%
G=25.58%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.17
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35222900.370.170.86327.6922.8111.18
Hex23161D025115614817b
Octal432635045211265102713
Binary10001110110111010100101100011010110101001000101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23161D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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