Html Css Color HEX #271B1E Aubergine

📋 copy color: '#271B1E'

red 39 ◦ green 27 ◦ blue 30

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

Shades of Aubergine #271B1E

Tints of Aubergine #271B1E

RGB

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

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

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

R = 40.63%
G = 28.13%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.23

 K value IS 0.85

RGB Variations

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

Color information

#271B1E (or 0x271B1E) is known color: Aubergine. HEX triplet: 27, 1B and 1E. RGB value is (39,27,30). Sum of RGB (Red+Green+Blue) = 39+27+30=96 (12% of max value = 765). Red value is 39 (15.62% from 255 or 40.62% from 96); Green value is 27 (10.94% from 255 or 28.12% from 96); Blue value is 30 (12.11% from 255 or 31.25% from 96); Max value from RGB is 39 - color contains mainly: red. Hex color #271B1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #271B1E is #D8E4E1. Grayscale: #1E1E1E. Windows color (decimal): -14214370 or 1973031. OLE color: 1973031.

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

Color convert

RGB 39 27 30 -
CMYK 0 0.31 0.23 0.85
HSL 345º 0.18% 0.13% -
HSV(B) 345º 0.31% 0.15% -
XYZ 1.46 1.31 1.4 -
YUV 30.93 127.48 133.76 -
System Red Green Blue C M Y K H S L
Decimal 39 27 30 0 0.31 0.23 0.85 345 0.18 0.13
Hex 27 1B 1E 0 1F 17 55 159 12 D
Octal 47 33 36 0 37 27 125 531 22 15
Binary 100111 11011 11110 0 11111 10111 1010101 101011001 10010 1101

Color Harmonies of #271B1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271B1E

Black with #271B1E

Text Example


Text Example

White with #271B1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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