#23091C

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

Shades of Melanzane #23091C

Tints of Melanzane #23091C

Color information

#23091C (or 0x23091C) is unknown color: approx Melanzane. HEX triplet: 23, 09 and 1C. RGB value is (35,9,28). Sum of RGB (Red+Green+Blue) = 35+9+28=72 (9% of max value = 765). Red value is 35 (14.06% from 255 or 48.61% from 72); Green value is 9 (3.91% from 255 or 12.5% from 72); Blue value is 28 (11.33% from 255 or 38.89% from 72); Max value from RGB is 35 - color contains mainly: red. Hex color #23091C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23091C is #DCF6E3. Grayscale: #121212. Windows color (decimal): -14481124 or 1837347. OLE color: 1837347.

HSL color Cylindrical-coordinate representation of color #23091C: hue angle of 316.15º degrees, saturation: 0.59, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #23091C is Cyan = 0, Magento = 0.74, Yellow = 0.20 and Black (K on CMYK) = 0.86.

Color convert

RGB35928-
CMYK00.740.200.86
HSL316.15º59.09%8.63%-
HSV(B)316.15º74.29%13.73%-
XYZ10.641.17-
YUV18.94133.11139.46-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 48.61%
GREEN value IS 9 (3.91% from 255) = 12.5%
BLUE value IS 28 (11.33% from 255) = 38.89%
R=48.61%
G=12.5%
B=38.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.20
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3592800.740.200.86316.1559.098.63
Hex2391C04A145613c3b9
Octal4311340112241264747311
Binary100011100111100010010101010010101101001111001110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23091C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23091C; }

 p { color: rgb(35,9,28); }

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

<style>
 a { background-color: #23091C; }

 a { background-color: rgb(35,9,28); }

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

<style>
 span { border-color: #23091C; }

 span { border-color: rgb(35,9,28); }

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