#23181F

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

Shades of Melanzane #23181F

Tints of Melanzane #23181F

Color information

#23181F (or 0x23181F) is unknown color: approx Melanzane. HEX triplet: 23, 18 and 1F. RGB value is (35,24,31). Sum of RGB (Red+Green+Blue) = 35+24+31=90 (11% of max value = 765). Red value is 35 (14.06% from 255 or 38.89% from 90); Green value is 24 (9.77% from 255 or 26.67% from 90); Blue value is 31 (12.5% from 255 or 34.44% from 90); Max value from RGB is 35 - color contains mainly: red. Hex color #23181F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23181F is #DCE7E0. Grayscale: #1C1C1C. Windows color (decimal): -14477281 or 2037795. OLE color: 2037795.

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

Color convert

RGB352431-
CMYK00.310.110.86
HSL321.82º18.64%11.57%-
HSV(B)321.82º31.43%13.73%-
XYZ1.271.111.44-
YUV28.09129.64132.93-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 38.89%
GREEN value IS 24 (9.77% from 255) = 26.67%
BLUE value IS 31 (12.5% from 255) = 34.44%
R=38.89%
G=26.67%
B=34.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.11
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35243100.310.110.86321.8218.6411.57
Hex23181F01FB5614213c
Octal433037037131265022314
Binary100011110001111101111110111010110101000010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23181F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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