Html Css Color HEX #1B1618 Aubergine

📋 copy color: '#1B1618'

red 27 ◦ green 22 ◦ blue 24

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

Shades of Aubergine #1B1618

Tints of Aubergine #1B1618

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 value IS 0

 M value IS 0.19

 Y value IS 0.11

 K value IS 0.89

RGB Variations

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

Color information

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

RGB 27 22 24 -
CMYK 0 0.19 0.11 0.89
HSL 336º 0.1% 0.1% -
HSV(B) 336º 0.19% 0.11% -
XYZ 0.9 0.87 0.98 -
YUV 23.72 128.16 130.34 -
System Red Green Blue C M Y K H S L
Decimal 27 22 24 0 0.19 0.11 0.89 336 0.1 0.1
Hex 1B 16 18 0 13 B 59 150 A A
Octal 33 26 30 0 23 13 131 520 12 12
Binary 11011 10110 11000 0 10011 1011 1011001 101010000 1010 1010

Color Harmonies of #1B1618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B1618

Black with #1B1618

Text Example


Text Example

White with #1B1618

Text Example


Text Example

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