#231320

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

Shades of Melanzane #231320

Tints of Melanzane #231320

Color information

#231320 (or 0x231320) is unknown color: approx Melanzane. HEX triplet: 23, 13 and 20. RGB value is (35,19,32). Sum of RGB (Red+Green+Blue) = 35+19+32=86 (11% of max value = 765). Red value is 35 (14.06% from 255 or 40.70% from 86); Green value is 19 (7.81% from 255 or 22.09% from 86); Blue value is 32 (12.89% from 255 or 37.21% from 86); Max value from RGB is 35 - color contains mainly: red. Hex color #231320 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #231320 is #DCECDF. Grayscale: #191919. Windows color (decimal): -14478560 or 2102051. OLE color: 2102051.

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

Color convert

RGB351932-
CMYK00.460.090.86
HSL311.25º29.63%10.59%-
HSV(B)311.25º45.71%13.73%-
XYZ1.190.931.48-
YUV25.27131.8134.94-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 40.70%
GREEN value IS 19 (7.81% from 255) = 22.09%
BLUE value IS 32 (12.89% from 255) = 37.21%
R=40.70%
G=22.09%
B=37.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.09
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35193200.460.090.86311.2529.6310.59
Hex23132002E9561371eb
Octal432340056111264673613
Binary10001110011100000010111010011010110100110111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231320; }

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

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

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

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

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

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

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

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