Html Css Color HEX #23191C Aubergine

📋 copy color: '#23191C'

red 35 ◦ green 25 ◦ blue 28

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

Shades of Aubergine #23191C

Tints of Aubergine #23191C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 31.82%

R = 39.77%
G = 28.41%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.20

 K value IS 0.86

RGB Variations

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

Color information

#23191C (or 0x23191C) is known color: Aubergine. HEX triplet: 23, 19 and 1C. RGB value is (35,25,28). Sum of RGB (Red+Green+Blue) = 35+25+28=88 (11% of max value = 765). Red value is 35 (14.06% from 255 or 39.77% from 88); Green value is 25 (10.16% from 255 or 28.41% from 88); Blue value is 28 (11.33% from 255 or 31.82% from 88); Max value from RGB is 35 - color contains mainly: red. Hex color #23191C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23191C is #DCE6E3. Grayscale: #1C1C1C. Windows color (decimal): -14477028 or 1841443. OLE color: 1841443.

HSL color Cylindrical-coordinate representation of color #23191C: hue angle of 342º 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 #23191C is Cyan = 0, Magento = 0.29, Yellow = 0.20 and Black (K on CMYK) = 0.86.

Color convert

RGB 35 25 28 -
CMYK 0 0.29 0.20 0.86
HSL 342º 0.17% 0.12% -
HSV(B) 342º 0.29% 0.14% -
XYZ 1.25 1.14 1.25 -
YUV 28.33 127.81 132.76 -
System Red Green Blue C M Y K H S L
Decimal 35 25 28 0 0.29 0.20 0.86 342 0.17 0.12
Hex 23 19 1C 0 1D 14 56 156 11 C
Octal 43 31 34 0 35 24 126 526 21 14
Binary 100011 11001 11100 0 11101 10100 1010110 101010110 10001 1100

Color Harmonies of #23191C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23191C

Black with #23191C

Text Example


Text Example

White with #23191C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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