#1B141A

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

Shades of Melanzane #1B141A

Tints of Melanzane #1B141A

Color information

#1B141A (or 0x1B141A) is unknown color: approx Melanzane. HEX triplet: 1B, 14 and 1A. RGB value is (27,20,26). Sum of RGB (Red+Green+Blue) = 27+20+26=73 (9% of max value = 765). Red value is 27 (10.94% from 255 or 36.99% from 73); Green value is 20 (8.20% from 255 or 27.40% from 73); Blue value is 26 (10.55% from 255 or 35.62% from 73); Max value from RGB is 27 - color contains mainly: red. Hex color #1B141A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B141A is #E4EBE5. Grayscale: #161616. Windows color (decimal): -15002598 or 1709083. OLE color: 1709083.

HSL color Cylindrical-coordinate representation of color #1B141A: hue angle of 308.57º degrees, saturation: 0.15, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #1B141A is Cyan = 0, Magento = 0.26, Yellow = 0.04 and Black (K on CMYK) = 0.89.

Color convert

RGB272026-
CMYK00.260.040.89
HSL308.57º14.89%9.22%-
HSV(B)308.57º25.93%10.59%-
XYZ0.890.811.09-
YUV22.78129.82131.01-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 36.99%
GREEN value IS 20 (8.20% from 255) = 27.40%
BLUE value IS 26 (10.55% from 255) = 35.62%
R=36.99%
G=27.40%
B=35.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.04
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal27202600.260.040.89308.5714.899.22
Hex1B141A01A459135f9
Octal33243203241314651711
Binary110111010011010011010100101100110011010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B141A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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