Html Css Color HEX #27191D Aubergine

📋 copy color: '#27191D'

red 39 ◦ green 25 ◦ blue 29

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

Shades of Aubergine #27191D

Tints of Aubergine #27191D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 26.88%

 BLUE value IS 29 (11.72% from 255) = 31.18%

R = 41.94%
G = 26.88%
B = 31.18%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.26

 K value IS 0.85

RGB Variations

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

Color information

#27191D (or 0x27191D) is known color: Aubergine. HEX triplet: 27, 19 and 1D. RGB value is (39,25,29). Sum of RGB (Red+Green+Blue) = 39+25+29=93 (12% of max value = 765). Red value is 39 (15.62% from 255 or 41.94% from 93); Green value is 25 (10.16% from 255 or 26.88% from 93); Blue value is 29 (11.72% from 255 or 31.18% from 93); Max value from RGB is 39 - color contains mainly: red. Hex color #27191D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27191D is #D8E6E2. Grayscale: #1D1D1D. Windows color (decimal): -14214883 or 1906983. OLE color: 1906983.

HSL color Cylindrical-coordinate representation of color #27191D: hue angle of 342.86º degrees, saturation: 0.22, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #27191D is Cyan = 0, Magento = 0.36, Yellow = 0.26 and Black (K on CMYK) = 0.85.

Color convert

RGB 39 25 29 -
CMYK 0 0.36 0.26 0.85
HSL 342.86º 0.22% 0.13% -
HSV(B) 342.86º 0.36% 0.15% -
XYZ 1.41 1.22 1.32 -
YUV 29.64 127.64 134.67 -
System Red Green Blue C M Y K H S L
Decimal 39 25 29 0 0.36 0.26 0.85 342.86 0.22 0.13
Hex 27 19 1D 0 24 1A 55 157 16 D
Octal 47 31 35 0 44 32 125 527 26 15
Binary 100111 11001 11101 0 100100 11010 1010101 101010111 10110 1101

Color Harmonies of #27191D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27191D

Black with #27191D

Text Example


Text Example

White with #27191D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27191D; }

 p { color: rgb(39,25,29); }

 H1.HeaderClassName
 {
   color: #27191D;
 }
 .AnyTagClassName
 {
   color: #27191D;
 }
</style>

background-color css

<style>
 a { background-color: #27191D; }

 a { background-color: rgb(39,25,29); }

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

border-color css

<style>
 span { border-color: #27191D; }

 span { border-color: rgb(39,25,29); }

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