Html Css Color HEX #271A1E Aubergine

📋 copy color: '#271A1E'

red 39 ◦ green 26 ◦ blue 30

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

Shades of Aubergine #271A1E

Tints of Aubergine #271A1E

RGB

 RED value IS 39 (15.63% from 255) = 41.05%

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

 BLUE value IS 30 (12.11% from 255) = 31.58%

R = 41.05%
G = 27.37%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.23

 K value IS 0.85

RGB Variations

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

Color information

#271A1E (or 0x271A1E) is known color: Aubergine. HEX triplet: 27, 1A and 1E. RGB value is (39,26,30). Sum of RGB (Red+Green+Blue) = 39+26+30=95 (12% of max value = 765). Red value is 39 (15.62% from 255 or 41.05% from 95); Green value is 26 (10.55% from 255 or 27.37% from 95); Blue value is 30 (12.11% from 255 or 31.58% from 95); Max value from RGB is 39 - color contains mainly: red. Hex color #271A1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #271A1E is #D8E5E1. Grayscale: #1E1E1E. Windows color (decimal): -14214626 or 1972775. OLE color: 1972775.

HSL color Cylindrical-coordinate representation of color #271A1E: hue angle of 341.54º degrees, saturation: 0.2, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #271A1E is Cyan = 0, Magento = 0.33, Yellow = 0.23 and Black (K on CMYK) = 0.85.

Color convert

RGB 39 26 30 -
CMYK 0 0.33 0.23 0.85
HSL 341.54º 0.2% 0.13% -
HSV(B) 341.54º 0.33% 0.15% -
XYZ 1.44 1.26 1.4 -
YUV 30.34 127.81 134.17 -
System Red Green Blue C M Y K H S L
Decimal 39 26 30 0 0.33 0.23 0.85 341.54 0.2 0.13
Hex 27 1A 1E 0 21 17 55 156 14 D
Octal 47 32 36 0 41 27 125 526 24 15
Binary 100111 11010 11110 0 100001 10111 1010101 101010110 10100 1101

Color Harmonies of #271A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271A1E

Black with #271A1E

Text Example


Text Example

White with #271A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #271A1E; }

 p { color: rgb(39,26,30); }

 H1.HeaderClassName
 {
   color: #271A1E;
 }
 .AnyTagClassName
 {
   color: #271A1E;
 }
</style>

background-color css

<style>
 a { background-color: #271A1E; }

 a { background-color: rgb(39,26,30); }

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

border-color css

<style>
 span { border-color: #271A1E; }

 span { border-color: rgb(39,26,30); }

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