#23141D

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

Shades of Melanzane #23141D

Tints of Melanzane #23141D

Color information

#23141D (or 0x23141D) is unknown color: approx Melanzane. HEX triplet: 23, 14 and 1D. RGB value is (35,20,29). Sum of RGB (Red+Green+Blue) = 35+20+29=84 (11% of max value = 765). Red value is 35 (14.06% from 255 or 41.67% from 84); Green value is 20 (8.20% from 255 or 23.81% from 84); Blue value is 29 (11.72% from 255 or 34.52% from 84); Max value from RGB is 35 - color contains mainly: red. Hex color #23141D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23141D is #DCEBE2. Grayscale: #191919. Windows color (decimal): -14478307 or 1905699. OLE color: 1905699.

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

Color convert

RGB352029-
CMYK00.430.170.86
HSL324º27.27%10.78%-
HSV(B)324º42.86%13.73%-
XYZ1.170.951.28-
YUV25.51129.97134.77-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 41.67%
GREEN value IS 20 (8.20% from 255) = 23.81%
BLUE value IS 29 (11.72% from 255) = 34.52%
R=41.67%
G=23.81%
B=34.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.17
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35202900.430.170.8632427.2710.78
Hex23141D02B11561441bb
Octal432435053211265043313
Binary10001110100111010101011100011010110101000100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23141D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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