Html Css Color HEX #1F1A1B Aubergine

📋 copy color: '#1F1A1B'

red 31 ◦ green 26 ◦ blue 27

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

Shades of Aubergine #1F1A1B

Tints of Aubergine #1F1A1B

RGB

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

 GREEN value IS 26 (10.55% from 255) = 30.95%

 BLUE value IS 27 (10.94% from 255) = 32.14%

R = 36.9%
G = 30.95%
B = 32.14%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.13

 K value IS 0.88

RGB Variations

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

Color information

#1F1A1B (or 0x1F1A1B) is known color: Aubergine. HEX triplet: 1F, 1A and 1B. RGB value is (31,26,27). Sum of RGB (Red+Green+Blue) = 31+26+27=84 (11% of max value = 765). Red value is 31 (12.5% from 255 or 36.90% from 84); Green value is 26 (10.55% from 255 or 30.95% from 84); Blue value is 27 (10.94% from 255 or 32.14% from 84); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1A1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F1A1B is #E0E5E4. Grayscale: #1B1B1B. Windows color (decimal): -14738917 or 1776159. OLE color: 1776159.

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

Color convert

RGB 31 26 27 -
CMYK 0 0.16 0.13 0.88
HSL 348º 0.09% 0.11% -
HSV(B) 348º 0.16% 0.12% -
XYZ 1.13 1.11 1.19 -
YUV 27.61 127.66 130.42 -
System Red Green Blue C M Y K H S L
Decimal 31 26 27 0 0.16 0.13 0.88 348 0.09 0.11
Hex 1F 1A 1B 0 10 D 58 15C 9 B
Octal 37 32 33 0 20 15 130 534 11 13
Binary 11111 11010 11011 0 10000 1101 1011000 101011100 1001 1011

Color Harmonies of #1F1A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F1A1B

Black with #1F1A1B

Text Example


Text Example

White with #1F1A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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