Html Css Color HEX #27181D Aubergine

📋 copy color: '#27181D'

red 39 ◦ green 24 ◦ blue 29

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

Shades of Aubergine #27181D

Tints of Aubergine #27181D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 26.09%

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

R = 42.39%
G = 26.09%
B = 31.52%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.26

 K value IS 0.85

RGB Variations

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

Color information

#27181D (or 0x27181D) is known color: Aubergine. HEX triplet: 27, 18 and 1D. RGB value is (39,24,29). Sum of RGB (Red+Green+Blue) = 39+24+29=92 (12% of max value = 765). Red value is 39 (15.62% from 255 or 42.39% from 92); Green value is 24 (9.77% from 255 or 26.09% from 92); Blue value is 29 (11.72% from 255 or 31.52% from 92); Max value from RGB is 39 - color contains mainly: red. Hex color #27181D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27181D is #D8E7E2. Grayscale: #1D1D1D. Windows color (decimal): -14215139 or 1906727. OLE color: 1906727.

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

Color convert

RGB 39 24 29 -
CMYK 0 0.38 0.26 0.85
HSL 340º 0.24% 0.12% -
HSV(B) 340º 0.38% 0.15% -
XYZ 1.39 1.17 1.32 -
YUV 29.06 127.97 135.09 -
System Red Green Blue C M Y K H S L
Decimal 39 24 29 0 0.38 0.26 0.85 340 0.24 0.12
Hex 27 18 1D 0 26 1A 55 154 18 C
Octal 47 30 35 0 46 32 125 524 30 14
Binary 100111 11000 11101 0 100110 11010 1010101 101010100 11000 1100

Color Harmonies of #27181D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27181D

Black with #27181D

Text Example


Text Example

White with #27181D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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