#13080F

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

Shades of Melanzane #13080F

Tints of Melanzane #13080F

Color information

#13080F (or 0x13080F) is unknown color: approx Melanzane. HEX triplet: 13, 08 and 0F. RGB value is (19,8,15). Sum of RGB (Red+Green+Blue) = 19+8+15=42 (5% of max value = 765). Red value is 19 (7.81% from 255 or 45.24% from 42); Green value is 8 (3.52% from 255 or 19.05% from 42); Blue value is 15 (6.25% from 255 or 35.71% from 42); Max value from RGB is 19 - color contains mainly: red. Hex color #13080F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #13080F is #ECF7F0. Grayscale: #0C0C0C. Windows color (decimal): -15529969 or 985107. OLE color: 985107.

HSL color Cylindrical-coordinate representation of color #13080F: hue angle of 321.82º 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 #13080F is Cyan = 0, Magento = 0.58, Yellow = 0.21 and Black (K on CMYK) = 0.93.

Color convert

RGB19815-
CMYK00.580.210.93
HSL321.82º40.74%5.29%-
HSV(B)321.82º57.89%7.45%-
XYZ0.440.350.5-
YUV12.09129.64132.93-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 45.24%
GREEN value IS 8 (3.52% from 255) = 19.05%
BLUE value IS 15 (6.25% from 255) = 35.71%
R=45.24%
G=19.05%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.21
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1981500.580.210.93321.8240.745.29
Hex138F03A155D142295
Octal23101707225135502515
Binary10011100011110111010101011011101101000010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13080F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13080F; }

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

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

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

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

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

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

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

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