#231520

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

Shades of Melanzane #231520

Tints of Melanzane #231520

Color information

#231520 (or 0x231520) is unknown color: approx Melanzane. HEX triplet: 23, 15 and 20. RGB value is (35,21,32). Sum of RGB (Red+Green+Blue) = 35+21+32=88 (11% of max value = 765). Red value is 35 (14.06% from 255 or 39.77% from 88); Green value is 21 (8.59% from 255 or 23.86% from 88); Blue value is 32 (12.89% from 255 or 36.36% from 88); Max value from RGB is 35 - color contains mainly: red. Hex color #231520 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #231520 is #DCEADF. Grayscale: #1A1A1A. Windows color (decimal): -14478048 or 2102563. OLE color: 2102563.

HSL color Cylindrical-coordinate representation of color #231520: hue angle of 312.86º degrees, saturation: 0.25, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #231520 is Cyan = 0, Magento = 0.40, Yellow = 0.09 and Black (K on CMYK) = 0.86.

Color convert

RGB352132-
CMYK00.400.090.86
HSL312.86º25%10.98%-
HSV(B)312.86º40%13.73%-
XYZ1.2211.49-
YUV26.44131.14134.11-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 39.77%
GREEN value IS 21 (8.59% from 255) = 23.86%
BLUE value IS 32 (12.89% from 255) = 36.36%
R=39.77%
G=23.86%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.09
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35213200.400.090.86312.862510.98
Hex23152002895613919b
Octal432540050111264713113
Binary10001110101100000010100010011010110100111001110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231520; }

 p { color: rgb(35,21,32); }

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

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

 a { background-color: rgb(35,21,32); }

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

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

 span { border-color: rgb(35,21,32); }

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