#23091D

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

Shades of Melanzane #23091D

Tints of Melanzane #23091D

Color information

#23091D (or 0x23091D) is unknown color: approx Melanzane. HEX triplet: 23, 09 and 1D. RGB value is (35,9,29). Sum of RGB (Red+Green+Blue) = 35+9+29=73 (9% of max value = 765). Red value is 35 (14.06% from 255 or 47.95% from 73); Green value is 9 (3.91% from 255 or 12.33% from 73); Blue value is 29 (11.72% from 255 or 39.73% from 73); Max value from RGB is 35 - color contains mainly: red. Hex color #23091D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23091D is #DCF6E2. Grayscale: #131313. Windows color (decimal): -14481123 or 1902883. OLE color: 1902883.

HSL color Cylindrical-coordinate representation of color #23091D: hue angle of 313.85º 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 #23091D is Cyan = 0, Magento = 0.74, Yellow = 0.17 and Black (K on CMYK) = 0.86.

Color convert

RGB35929-
CMYK00.740.170.86
HSL313.85º59.09%8.63%-
HSV(B)313.85º74.29%13.73%-
XYZ1.010.641.23-
YUV19.05133.61139.37-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 47.95%
GREEN value IS 9 (3.91% from 255) = 12.33%
BLUE value IS 29 (11.72% from 255) = 39.73%
R=47.95%
G=12.33%
B=39.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.17
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3592900.740.170.86313.8559.098.63
Hex2391D04A115613a3b9
Octal4311350112211264727311
Binary100011100111101010010101000110101101001110101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23091D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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