#1B181A

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

Shades of Melanzane #1B181A

Tints of Melanzane #1B181A

Color information

#1B181A (or 0x1B181A) is unknown color: approx Melanzane. HEX triplet: 1B, 18 and 1A. RGB value is (27,24,26). Sum of RGB (Red+Green+Blue) = 27+24+26=77 (10% of max value = 765). Red value is 27 (10.94% from 255 or 35.06% from 77); Green value is 24 (9.77% from 255 or 31.17% from 77); Blue value is 26 (10.55% from 255 or 33.77% from 77); Max value from RGB is 27 - color contains mainly: red. Hex color #1B181A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B181A is #E4E7E5. Grayscale: #191919. Windows color (decimal): -15001574 or 1710107. OLE color: 1710107.

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

Color convert

RGB272426-
CMYK00.110.040.89
HSL320º5.88%10%-
HSV(B)320º11.11%10.59%-
XYZ0.970.961.11-
YUV25.12128.49129.34-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 35.06%
GREEN value IS 24 (9.77% from 255) = 31.17%
BLUE value IS 26 (10.55% from 255) = 33.77%
R=35.06%
G=31.17%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.04
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal27242600.110.040.893205.8810
Hex1B181A0B4591406a
Octal3330320134131500612
Binary1101111000110100101110010110011010000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B181A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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