#130811

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

Shades of Melanzane #130811

Tints of Melanzane #130811

Color information

#130811 (or 0x130811) is unknown color: approx Melanzane. HEX triplet: 13, 08 and 11. RGB value is (19,8,17). Sum of RGB (Red+Green+Blue) = 19+8+17=44 (5% of max value = 765). Red value is 19 (7.81% from 255 or 43.18% from 44); Green value is 8 (3.52% from 255 or 18.18% from 44); Blue value is 17 (7.03% from 255 or 38.64% from 44); Max value from RGB is 19 - color contains mainly: red. Hex color #130811 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130811 is #ECF7EE. Grayscale: #0C0C0C. Windows color (decimal): -15529967 or 1116179. OLE color: 1116179.

HSL color Cylindrical-coordinate representation of color #130811: hue angle of 310.91º degrees, saturation: 0.41, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #130811 is Cyan = 0, Magento = 0.58, Yellow = 0.11 and Black (K on CMYK) = 0.93.

Color convert

RGB19817-
CMYK00.580.110.93
HSL310.91º40.74%5.29%-
HSV(B)310.91º57.89%7.45%-
XYZ0.460.350.57-
YUV12.32130.64132.77-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 43.18%
GREEN value IS 8 (3.52% from 255) = 18.18%
BLUE value IS 17 (7.03% from 255) = 38.64%
R=43.18%
G=18.18%
B=38.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.11
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1981700.580.110.93310.9140.745.29
Hex1381103AB5D137295
Octal23102107213135467515
Binary10011100010001011101010111011101100110111101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130811; }

 p { color: rgb(19,8,17); }

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

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

 a { background-color: rgb(19,8,17); }

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

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

 span { border-color: rgb(19,8,17); }

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