#13010F

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

Shades of Melanzane #13010F

Tints of Melanzane #13010F

Color information

#13010F (or 0x13010F) is unknown color: approx Melanzane. HEX triplet: 13, 01 and 0F. RGB value is (19,1,15). Sum of RGB (Red+Green+Blue) = 19+1+15=35 (4% of max value = 765). Red value is 19 (7.81% from 255 or 54.29% from 35); Green value is 1 (0.78% from 255 or 2.86% from 35); Blue value is 15 (6.25% from 255 or 42.86% from 35); Max value from RGB is 19 - color contains mainly: red. Hex color #13010F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #13010F is #ECFEF0. Grayscale: #070707. Windows color (decimal): -15531761 or 983315. OLE color: 983315.

HSL color Cylindrical-coordinate representation of color #13010F: hue angle of 313.33º degrees, saturation: 0.9, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #13010F is Cyan = 0, Magento = 0.95, Yellow = 0.21 and Black (K on CMYK) = 0.93.

Color convert

RGB19115-
CMYK00.950.210.93
HSL313.33º90%3.92%-
HSV(B)313.33º94.74%7.45%-
XYZ0.370.190.47-
YUV7.98131.96135.86-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 54.29%
GREEN value IS 1 (0.78% from 255) = 2.86%
BLUE value IS 15 (6.25% from 255) = 42.86%
R=54.29%
G=2.86%
B=42.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.21
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1911500.950.210.93313.33903.92
Hex131F05F155D1395a4
Octal231170137251354711324
Binary1001111111010111111010110111011001110011011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13010F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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