#1B1618

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

Shades of Aubergine #1B1618

Tints of Aubergine #1B1618

Color information

#1B1618 (or 0x1B1618) is unknown color: approx Aubergine. HEX triplet: 1B, 16 and 18. RGB value is (27,22,24). Sum of RGB (Red+Green+Blue) = 27+22+24=73 (9% of max value = 765). Red value is 27 (10.94% from 255 or 36.99% from 73); Green value is 22 (8.98% from 255 or 30.14% from 73); Blue value is 24 (9.77% from 255 or 32.88% from 73); Max value from RGB is 27 - color contains mainly: red. Hex color #1B1618 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B1618 is #E4E9E7. Grayscale: #171717. Windows color (decimal): -15002088 or 1578523. OLE color: 1578523.

HSL color Cylindrical-coordinate representation of color #1B1618: hue angle of 336º 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 #1B1618 is Cyan = 0, Magento = 0.19, Yellow = 0.11 and Black (K on CMYK) = 0.89.

Color convert

RGB272224-
CMYK00.190.110.89
HSL336º10.2%9.61%-
HSV(B)336º18.52%10.59%-
XYZ0.90.870.98-
YUV23.72128.16130.34-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 36.99%
GREEN value IS 22 (8.98% from 255) = 30.14%
BLUE value IS 24 (9.77% from 255) = 32.88%
R=36.99%
G=30.14%
B=32.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.11
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal27222400.190.110.8933610.29.61
Hex1B1618013B59150aa
Octal332630023131315201212
Binary1101110110110000100111011101100110101000010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B1618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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