#1B191A

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

Shades of Melanzane #1B191A

Tints of Melanzane #1B191A

Color information

#1B191A (or 0x1B191A) is unknown color: approx Melanzane. HEX triplet: 1B, 19 and 1A. RGB value is (27,25,26). Sum of RGB (Red+Green+Blue) = 27+25+26=78 (10% of max value = 765). Red value is 27 (10.94% from 255 or 34.62% from 78); Green value is 25 (10.16% from 255 or 32.05% from 78); Blue value is 26 (10.55% from 255 or 33.33% from 78); Max value from RGB is 27 - color contains mainly: red. Hex color #1B191A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B191A is #E4E6E5. Grayscale: #191919. Windows color (decimal): -15001318 or 1710363. OLE color: 1710363.

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

Color convert

RGB272526-
CMYK00.070.040.89
HSL330º3.85%10.2%-
HSV(B)330º7.41%10.59%-
XYZ0.9911.12-
YUV25.71128.16128.92-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 34.62%
GREEN value IS 25 (10.16% from 255) = 32.05%
BLUE value IS 26 (10.55% from 255) = 33.33%
R=34.62%
G=32.05%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.04
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal27252600.070.040.893303.8510.2
Hex1B191A0745914a4a
Octal333132074131512412
Binary110111100111010011110010110011010010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B191A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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