Html Css Color HEX #1F1B1C Aubergine

📋 copy color: '#1F1B1C'

red 31 ◦ green 27 ◦ blue 28

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

Shades of Aubergine #1F1B1C

Tints of Aubergine #1F1B1C

RGB

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

 GREEN value IS 27 (10.94% from 255) = 31.4%

 BLUE value IS 28 (11.33% from 255) = 32.56%

R = 36.05%
G = 31.4%
B = 32.56%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.10

 K value IS 0.88

RGB Variations

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

Color information

#1F1B1C (or 0x1F1B1C) is known color: Aubergine. HEX triplet: 1F, 1B and 1C. RGB value is (31,27,28). Sum of RGB (Red+Green+Blue) = 31+27+28=86 (11% of max value = 765). Red value is 31 (12.5% from 255 or 36.05% from 86); Green value is 27 (10.94% from 255 or 31.40% from 86); Blue value is 28 (11.33% from 255 or 32.56% from 86); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1B1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F1B1C is #E0E4E3. Grayscale: #1C1C1C. Windows color (decimal): -14738660 or 1841951. OLE color: 1841951.

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

Color convert

RGB 31 27 28 -
CMYK 0 0.13 0.10 0.88
HSL 345º 0.07% 0.11% -
HSV(B) 345º 0.13% 0.12% -
XYZ 1.17 1.16 1.26 -
YUV 28.31 127.83 129.92 -
System Red Green Blue C M Y K H S L
Decimal 31 27 28 0 0.13 0.10 0.88 345 0.07 0.11
Hex 1F 1B 1C 0 D A 58 159 7 B
Octal 37 33 34 0 15 12 130 531 7 13
Binary 11111 11011 11100 0 1101 1010 1011000 101011001 111 1011

Color Harmonies of #1F1B1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F1B1C

Black with #1F1B1C

Text Example


Text Example

White with #1F1B1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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