#1B161A

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

Shades of Melanzane #1B161A

Tints of Melanzane #1B161A

Color information

#1B161A (or 0x1B161A) is unknown color: approx Melanzane. HEX triplet: 1B, 16 and 1A. RGB value is (27,22,26). Sum of RGB (Red+Green+Blue) = 27+22+26=75 (9% of max value = 765). Red value is 27 (10.94% from 255 or 36% from 75); Green value is 22 (8.98% from 255 or 29.33% from 75); Blue value is 26 (10.55% from 255 or 34.67% from 75); Max value from RGB is 27 - color contains mainly: red. Hex color #1B161A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B161A is #E4E9E5. Grayscale: #171717. Windows color (decimal): -15002086 or 1709595. OLE color: 1709595.

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

Color convert

RGB272226-
CMYK00.190.040.89
HSL312º10.2%9.61%-
HSV(B)312º18.52%10.59%-
XYZ0.930.881.1-
YUV23.95129.16130.17-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 36%
GREEN value IS 22 (8.98% from 255) = 29.33%
BLUE value IS 26 (10.55% from 255) = 34.67%
R=36%
G=29.33%
B=34.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.04
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal27222600.190.040.8931210.29.61
Hex1B161A013459138aa
Octal33263202341314701212
Binary110111011011010010011100101100110011100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B161A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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