#1A0714

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

Shades of Melanzane #1A0714

Tints of Melanzane #1A0714

Color information

#1A0714 (or 0x1A0714) is unknown color: approx Melanzane. HEX triplet: 1A, 07 and 14. RGB value is (26,7,20). Sum of RGB (Red+Green+Blue) = 26+7+20=53 (7% of max value = 765). Red value is 26 (10.55% from 255 or 49.06% from 53); Green value is 7 (3.12% from 255 or 13.21% from 53); Blue value is 20 (8.20% from 255 or 37.74% from 53); Max value from RGB is 26 - color contains mainly: red. Hex color #1A0714 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A0714 is #E5F8EB. Grayscale: #0E0E0E. Windows color (decimal): -15071468 or 1312538. OLE color: 1312538.

HSL color Cylindrical-coordinate representation of color #1A0714: hue angle of 318.95º degrees, saturation: 0.58, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1A0714 is Cyan = 0, Magento = 0.73, Yellow = 0.23 and Black (K on CMYK) = 0.90.

Color convert

RGB26720-
CMYK00.730.230.90
HSL318.95º57.58%6.47%-
HSV(B)318.95º73.08%10.2%-
XYZ0.630.420.71-
YUV14.16131.29136.44-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 49.06%
GREEN value IS 7 (3.12% from 255) = 13.21%
BLUE value IS 20 (8.20% from 255) = 37.74%
R=49.06%
G=13.21%
B=37.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.23
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2672000.730.230.90318.9557.586.47
Hex1A714049175A13f3a6
Octal32724011127132477726
Binary110101111010001001001101111011010100111111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A0714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1A0714; }

 p { color: rgb(26,7,20); }

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

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

 a { background-color: rgb(26,7,20); }

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

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

 span { border-color: rgb(26,7,20); }

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