#1B1216

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

Shades of Aubergine #1B1216

Tints of Aubergine #1B1216

Color information

#1B1216 (or 0x1B1216) is unknown color: approx Aubergine. HEX triplet: 1B, 12 and 16. RGB value is (27,18,22). Sum of RGB (Red+Green+Blue) = 27+18+22=67 (8% of max value = 765). Red value is 27 (10.94% from 255 or 40.30% from 67); Green value is 18 (7.42% from 255 or 26.87% from 67); Blue value is 22 (8.98% from 255 or 32.84% from 67); Max value from RGB is 27 - color contains mainly: red. Hex color #1B1216 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B1216 is #E4EDE9. Grayscale: #151515. Windows color (decimal): -15003114 or 1446427. OLE color: 1446427.

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

Color convert

RGB271822-
CMYK00.330.190.89
HSL333.33º20%8.82%-
HSV(B)333.33º33.33%10.59%-
XYZ0.810.720.86-
YUV21.15128.48132.17-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 40.30%
GREEN value IS 18 (7.42% from 255) = 26.87%
BLUE value IS 22 (8.98% from 255) = 32.84%
R=40.30%
G=26.87%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.19
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal27182200.330.190.89333.33208.82
Hex1B1216021135914d149
Octal332226041231315152411
Binary1101110010101100100001100111011001101001101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B1216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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