#1B1016

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

Shades of Melanzane #1B1016

Tints of Melanzane #1B1016

Color information

#1B1016 (or 0x1B1016) is unknown color: approx Melanzane. HEX triplet: 1B, 10 and 16. RGB value is (27,16,22). Sum of RGB (Red+Green+Blue) = 27+16+22=65 (8% of max value = 765). Red value is 27 (10.94% from 255 or 41.54% from 65); Green value is 16 (6.64% from 255 or 24.62% from 65); Blue value is 22 (8.98% from 255 or 33.85% from 65); Max value from RGB is 27 - color contains mainly: red. Hex color #1B1016 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B1016 is #E4EFE9. Grayscale: #131313. Windows color (decimal): -15003626 or 1445915. OLE color: 1445915.

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

Color convert

RGB271622-
CMYK00.410.190.89
HSL327.27º25.58%8.43%-
HSV(B)327.27º40.74%10.59%-
XYZ0.780.660.85-
YUV19.97129.14133.01-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 41.54%
GREEN value IS 16 (6.64% from 255) = 24.62%
BLUE value IS 22 (8.98% from 255) = 33.85%
R=41.54%
G=24.62%
B=33.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.19
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal27162200.410.190.89327.2725.588.43
Hex1B101602913591471a8
Octal332026051231315073210
Binary1101110000101100101001100111011001101000111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B1016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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