#1A0B14

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

Shades of Melanzane #1A0B14

Tints of Melanzane #1A0B14

Color information

#1A0B14 (or 0x1A0B14) is unknown color: approx Melanzane. HEX triplet: 1A, 0B and 14. RGB value is (26,11,20). Sum of RGB (Red+Green+Blue) = 26+11+20=57 (7% of max value = 765). Red value is 26 (10.55% from 255 or 45.61% from 57); Green value is 11 (4.69% from 255 or 19.30% from 57); Blue value is 20 (8.20% from 255 or 35.09% from 57); Max value from RGB is 26 - color contains mainly: red. Hex color #1A0B14 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A0B14 is #E5F4EB. Grayscale: #101010. Windows color (decimal): -15070444 or 1313562. OLE color: 1313562.

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

Color convert

RGB261120-
CMYK00.580.230.90
HSL324º40.54%7.25%-
HSV(B)324º57.69%10.2%-
XYZ0.670.510.72-
YUV16.51129.97134.77-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 45.61%
GREEN value IS 11 (4.69% from 255) = 19.30%
BLUE value IS 20 (8.20% from 255) = 35.09%
R=45.61%
G=19.30%
B=35.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.23
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal26112000.580.230.9032440.547.25
Hex1AB1403A175A144297
Octal32132407227132504517
Binary110101011101000111010101111011010101000100101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A0B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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