Html Css Color HEX #1A1316 Aubergine

📋 copy color: '#1A1316'

red 26 ◦ green 19 ◦ blue 22

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

Shades of Aubergine #1A1316

Tints of Aubergine #1A1316

RGB

 RED value IS 26 (10.55% from 255) = 38.81%

 GREEN value IS 19 (7.81% from 255) = 28.36%

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

R = 38.81%
G = 28.36%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.15

 K value IS 0.90

RGB Variations

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

Color information

#1A1316 (or 0x1A1316) is known color: Aubergine. HEX triplet: 1A, 13 and 16. RGB value is (26,19,22). Sum of RGB (Red+Green+Blue) = 26+19+22=67 (8% of max value = 765). Red value is 26 (10.55% from 255 or 38.81% from 67); Green value is 19 (7.81% from 255 or 28.36% from 67); Blue value is 22 (8.98% from 255 or 32.84% from 67); Max value from RGB is 26 - color contains mainly: red. Hex color #1A1316 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A1316 is #E5ECE9. Grayscale: #151515. Windows color (decimal): -15068394 or 1446682. OLE color: 1446682.

HSL color Cylindrical-coordinate representation of color #1A1316: hue angle of 334.29º degrees, saturation: 0.16, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #1A1316 is Cyan = 0, Magento = 0.27, Yellow = 0.15 and Black (K on CMYK) = 0.90.

Color convert

RGB 26 19 22 -
CMYK 0 0.27 0.15 0.90
HSL 334.29º 0.16% 0.09% -
HSV(B) 334.29º 0.27% 0.1% -
XYZ 0.8 0.74 0.86 -
YUV 21.44 128.32 131.26 -
System Red Green Blue C M Y K H S L
Decimal 26 19 22 0 0.27 0.15 0.90 334.29 0.16 0.09
Hex 1A 13 16 0 1B F 5A 14E 10 9
Octal 32 23 26 0 33 17 132 516 20 11
Binary 11010 10011 10110 0 11011 1111 1011010 101001110 10000 1001

Color Harmonies of #1A1316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A1316

Black with #1A1316

Text Example


Text Example

White with #1A1316

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,19,22); }

 H1.HeaderClassName
 {
   color: #1A1316;
 }
 .AnyTagClassName
 {
   color: #1A1316;
 }
</style>

background-color css

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

 a { background-color: rgb(26,19,22); }

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

border-color css

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

 span { border-color: rgb(26,19,22); }

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