Html Css Color HEX #1B1216 Aubergine

📋 copy color: '#1B1216'

red 27 ◦ green 18 ◦ blue 22

#1B1216
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Aubergine #1B1216

Tints of Aubergine #1B1216

RGB

 RED value IS 27 (10.94% from 255) = 40.3%

 GREEN value IS 18 (7.42% from 255) = 26.87%

 BLUE value IS 22 (8.98% from 255) = 32.84%

R = 40.3%
G = 26.87%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.19

 K value IS 0.89

RGB Variations

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

Color information

#1B1216 (or 0x1B1216) is known color: 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

RGB 27 18 22 -
CMYK 0 0.33 0.19 0.89
HSL 333.33º 0.2% 0.09% -
HSV(B) 333.33º 0.33% 0.11% -
XYZ 0.81 0.72 0.86 -
YUV 21.15 128.48 132.17 -
System Red Green Blue C M Y K H S L
Decimal 27 18 22 0 0.33 0.19 0.89 333.33 0.2 0.09
Hex 1B 12 16 0 21 13 59 14D 14 9
Octal 33 22 26 0 41 23 131 515 24 11
Binary 11011 10010 10110 0 100001 10011 1011001 101001101 10100 1001

Color Harmonies of #1B1216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B1216

Black with #1B1216

Text Example


Text Example

White with #1B1216

Text Example


Text Example

HTML Codes & Css Web 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>