Html Css Color HEX #27191E Aubergine

📋 copy color: '#27191E'

red 39 ◦ green 25 ◦ blue 30

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

Shades of Aubergine #27191E

Tints of Aubergine #27191E

RGB

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

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

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

R = 41.49%
G = 26.6%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.23

 K value IS 0.85

RGB Variations

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

Color information

#27191E (or 0x27191E) is known color: Aubergine. HEX triplet: 27, 19 and 1E. RGB value is (39,25,30). Sum of RGB (Red+Green+Blue) = 39+25+30=94 (12% of max value = 765). Red value is 39 (15.62% from 255 or 41.49% from 94); Green value is 25 (10.16% from 255 or 26.60% from 94); Blue value is 30 (12.11% from 255 or 31.91% from 94); Max value from RGB is 39 - color contains mainly: red. Hex color #27191E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27191E is #D8E6E1. Grayscale: #1D1D1D. Windows color (decimal): -14214882 or 1972519. OLE color: 1972519.

HSL color Cylindrical-coordinate representation of color #27191E: hue angle of 338.57º 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 #27191E is Cyan = 0, Magento = 0.36, Yellow = 0.23 and Black (K on CMYK) = 0.85.

Color convert

RGB 39 25 30 -
CMYK 0 0.36 0.23 0.85
HSL 338.57º 0.22% 0.13% -
HSV(B) 338.57º 0.36% 0.15% -
XYZ 1.42 1.22 1.39 -
YUV 29.76 128.14 134.59 -
System Red Green Blue C M Y K H S L
Decimal 39 25 30 0 0.36 0.23 0.85 338.57 0.22 0.13
Hex 27 19 1E 0 24 17 55 153 16 D
Octal 47 31 36 0 44 27 125 523 26 15
Binary 100111 11001 11110 0 100100 10111 1010101 101010011 10110 1101

Color Harmonies of #27191E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27191E

Black with #27191E

Text Example


Text Example

White with #27191E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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