Html Css Color HEX #1A1517 Aubergine

📋 copy color: '#1A1517'

red 26 ◦ green 21 ◦ blue 23

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

Shades of Aubergine #1A1517

Tints of Aubergine #1A1517

RGB

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

 GREEN value IS 21 (8.59% from 255) = 30%

 BLUE value IS 23 (9.38% from 255) = 32.86%

R = 37.14%
G = 30%
B = 32.86%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.12

 K value IS 0.90

RGB Variations

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

Color information

#1A1517 (or 0x1A1517) is known color: Aubergine. HEX triplet: 1A, 15 and 17. RGB value is (26,21,23). Sum of RGB (Red+Green+Blue) = 26+21+23=70 (9% of max value = 765). Red value is 26 (10.55% from 255 or 37.14% from 70); Green value is 21 (8.59% from 255 or 30% from 70); Blue value is 23 (9.38% from 255 or 32.86% from 70); Max value from RGB is 26 - color contains mainly: red. Hex color #1A1517 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A1517 is #E5EAE8. Grayscale: #161616. Windows color (decimal): -15067881 or 1512730. OLE color: 1512730.

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

Color convert

RGB 26 21 23 -
CMYK 0 0.19 0.12 0.90
HSL 336º 0.11% 0.09% -
HSV(B) 336º 0.19% 0.1% -
XYZ 0.85 0.82 0.92 -
YUV 22.72 128.16 130.34 -
System Red Green Blue C M Y K H S L
Decimal 26 21 23 0 0.19 0.12 0.90 336 0.11 0.09
Hex 1A 15 17 0 13 C 5A 150 B 9
Octal 32 25 27 0 23 14 132 520 13 11
Binary 11010 10101 10111 0 10011 1100 1011010 101010000 1011 1001

Color Harmonies of #1A1517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A1517

Black with #1A1517

Text Example


Text Example

White with #1A1517

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,21,23); }

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

background-color css

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

 a { background-color: rgb(26,21,23); }

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

border-color css

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

 span { border-color: rgb(26,21,23); }

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