Html Css Color HEX #27191F Aubergine

📋 copy color: '#27191F'

red 39 ◦ green 25 ◦ blue 31

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

Shades of Aubergine #27191F

Tints of Aubergine #27191F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 32.63%

R = 41.05%
G = 26.32%
B = 32.63%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.21

 K value IS 0.85

RGB Variations

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

Color information

#27191F (or 0x27191F) is known color: Aubergine. HEX triplet: 27, 19 and 1F. RGB value is (39,25,31). Sum of RGB (Red+Green+Blue) = 39+25+31=95 (12% of max value = 765). Red value is 39 (15.62% from 255 or 41.05% from 95); Green value is 25 (10.16% from 255 or 26.32% from 95); Blue value is 31 (12.5% from 255 or 32.63% from 95); Max value from RGB is 39 - color contains mainly: red. Hex color #27191F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27191F is #D8E6E0. Grayscale: #1D1D1D. Windows color (decimal): -14214881 or 2038055. OLE color: 2038055.

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

Color convert

RGB 39 25 31 -
CMYK 0 0.36 0.21 0.85
HSL 334.29º 0.22% 0.13% -
HSV(B) 334.29º 0.36% 0.15% -
XYZ 1.43 1.23 1.46 -
YUV 29.87 128.64 134.51 -
System Red Green Blue C M Y K H S L
Decimal 39 25 31 0 0.36 0.21 0.85 334.29 0.22 0.13
Hex 27 19 1F 0 24 15 55 14E 16 D
Octal 47 31 37 0 44 25 125 516 26 15
Binary 100111 11001 11111 0 100100 10101 1010101 101001110 10110 1101

Color Harmonies of #27191F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27191F

Black with #27191F

Text Example


Text Example

White with #27191F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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