Html Css Color HEX #191215 Aubergine

📋 copy color: '#191215'

red 25 ◦ green 18 ◦ blue 21

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

Shades of Aubergine #191215

Tints of Aubergine #191215

RGB

 RED value IS 25 (10.16% from 255) = 39.06%

 GREEN value IS 18 (7.42% from 255) = 28.13%

 BLUE value IS 21 (8.59% from 255) = 32.81%

R = 39.06%
G = 28.13%
B = 32.81%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.16

 K value IS 0.90

RGB Variations

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

Color information

#191215 (or 0x191215) is known color: Aubergine. HEX triplet: 19, 12 and 15. RGB value is (25,18,21). Sum of RGB (Red+Green+Blue) = 25+18+21=64 (8% of max value = 765). Red value is 25 (10.16% from 255 or 39.06% from 64); Green value is 18 (7.42% from 255 or 28.12% from 64); Blue value is 21 (8.59% from 255 or 32.81% from 64); Max value from RGB is 25 - color contains mainly: red. Hex color #191215 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #191215 is #E6EDEA. Grayscale: #141414. Windows color (decimal): -15134187 or 1380889. OLE color: 1380889.

HSL color Cylindrical-coordinate representation of color #191215: hue angle of 334.29º degrees, saturation: 0.16, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #191215 is Cyan = 0, Magento = 0.28, Yellow = 0.16 and Black (K on CMYK) = 0.90.

Color convert

RGB 25 18 21 -
CMYK 0 0.28 0.16 0.90
HSL 334.29º 0.16% 0.08% -
HSV(B) 334.29º 0.28% 0.1% -
XYZ 0.75 0.69 0.8 -
YUV 20.44 128.32 131.26 -
System Red Green Blue C M Y K H S L
Decimal 25 18 21 0 0.28 0.16 0.90 334.29 0.16 0.08
Hex 19 12 15 0 1C 10 5A 14E 10 8
Octal 31 22 25 0 34 20 132 516 20 10
Binary 11001 10010 10101 0 11100 10000 1011010 101001110 10000 1000

Color Harmonies of #191215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #191215

Black with #191215

Text Example


Text Example

White with #191215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #191215; }

 p { color: rgb(25,18,21); }

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

background-color css

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

 a { background-color: rgb(25,18,21); }

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

border-color css

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

 span { border-color: rgb(25,18,21); }

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