Html Css Color HEX #23191D Aubergine

📋 copy color: '#23191D'

red 35 ◦ green 25 ◦ blue 29

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

Shades of Aubergine #23191D

Tints of Aubergine #23191D

RGB

 RED value IS 35 (14.06% from 255) = 39.33%

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

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

R = 39.33%
G = 28.09%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.17

 K value IS 0.86

RGB Variations

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

Color information

#23191D (or 0x23191D) is known color: Aubergine. HEX triplet: 23, 19 and 1D. RGB value is (35,25,29). Sum of RGB (Red+Green+Blue) = 35+25+29=89 (11% of max value = 765). Red value is 35 (14.06% from 255 or 39.33% from 89); Green value is 25 (10.16% from 255 or 28.09% from 89); Blue value is 29 (11.72% from 255 or 32.58% from 89); Max value from RGB is 35 - color contains mainly: red. Hex color #23191D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23191D is #DCE6E2. Grayscale: #1C1C1C. Windows color (decimal): -14477027 or 1906979. OLE color: 1906979.

HSL color Cylindrical-coordinate representation of color #23191D: hue angle of 336º degrees, saturation: 0.17, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #23191D is Cyan = 0, Magento = 0.29, Yellow = 0.17 and Black (K on CMYK) = 0.86.

Color convert

RGB 35 25 29 -
CMYK 0 0.29 0.17 0.86
HSL 336º 0.17% 0.12% -
HSV(B) 336º 0.29% 0.14% -
XYZ 1.26 1.14 1.32 -
YUV 28.45 128.31 132.67 -
System Red Green Blue C M Y K H S L
Decimal 35 25 29 0 0.29 0.17 0.86 336 0.17 0.12
Hex 23 19 1D 0 1D 11 56 150 11 C
Octal 43 31 35 0 35 21 126 520 21 14
Binary 100011 11001 11101 0 11101 10001 1010110 101010000 10001 1100

Color Harmonies of #23191D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23191D

Black with #23191D

Text Example


Text Example

White with #23191D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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