Html Css Color HEX #1F171A Aubergine

📋 copy color: '#1F171A'

red 31 ◦ green 23 ◦ blue 26

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

Shades of Aubergine #1F171A

Tints of Aubergine #1F171A

RGB

 RED value IS 31 (12.5% from 255) = 38.75%

 GREEN value IS 23 (9.38% from 255) = 28.75%

 BLUE value IS 26 (10.55% from 255) = 32.5%

R = 38.75%
G = 28.75%
B = 32.5%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.16

 K value IS 0.88

RGB Variations

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

Color information

#1F171A (or 0x1F171A) is known color: Aubergine. HEX triplet: 1F, 17 and 1A. RGB value is (31,23,26). Sum of RGB (Red+Green+Blue) = 31+23+26=80 (10% of max value = 765). Red value is 31 (12.5% from 255 or 38.75% from 80); Green value is 23 (9.38% from 255 or 28.75% from 80); Blue value is 26 (10.55% from 255 or 32.5% from 80); Max value from RGB is 31 - color contains mainly: red. Hex color #1F171A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F171A is #E0E8E5. Grayscale: #191919. Windows color (decimal): -14739686 or 1709855. OLE color: 1709855.

HSL color Cylindrical-coordinate representation of color #1F171A: hue angle of 337.5º degrees, saturation: 0.15, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #1F171A is Cyan = 0, Magento = 0.26, Yellow = 0.16 and Black (K on CMYK) = 0.88.

Color convert

RGB 31 23 26 -
CMYK 0 0.26 0.16 0.88
HSL 337.5º 0.15% 0.11% -
HSV(B) 337.5º 0.26% 0.12% -
XYZ 1.06 0.98 1.11 -
YUV 25.73 128.15 131.76 -
System Red Green Blue C M Y K H S L
Decimal 31 23 26 0 0.26 0.16 0.88 337.5 0.15 0.11
Hex 1F 17 1A 0 1A 10 58 152 F B
Octal 37 27 32 0 32 20 130 522 17 13
Binary 11111 10111 11010 0 11010 10000 1011000 101010010 1111 1011

Color Harmonies of #1F171A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F171A

Black with #1F171A

Text Example


Text Example

White with #1F171A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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