Html Css Color HEX #23161B Aubergine

📋 copy color: '#23161B'

red 35 ◦ green 22 ◦ blue 27

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

Shades of Aubergine #23161B

Tints of Aubergine #23161B

RGB

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

 GREEN value IS 22 (8.98% from 255) = 26.19%

 BLUE value IS 27 (10.94% from 255) = 32.14%

R = 41.67%
G = 26.19%
B = 32.14%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.23

 K value IS 0.86

RGB Variations

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

Color information

#23161B (or 0x23161B) is known color: Aubergine. HEX triplet: 23, 16 and 1B. RGB value is (35,22,27). Sum of RGB (Red+Green+Blue) = 35+22+27=84 (11% of max value = 765). Red value is 35 (14.06% from 255 or 41.67% from 84); Green value is 22 (8.98% from 255 or 26.19% from 84); Blue value is 27 (10.94% from 255 or 32.14% from 84); Max value from RGB is 35 - color contains mainly: red. Hex color #23161B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23161B is #DCE9E4. Grayscale: #1A1A1A. Windows color (decimal): -14477797 or 1775139. OLE color: 1775139.

HSL color Cylindrical-coordinate representation of color #23161B: hue angle of 336.92º degrees, saturation: 0.23, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #23161B is Cyan = 0, Magento = 0.37, Yellow = 0.23 and Black (K on CMYK) = 0.86.

Color convert

RGB 35 22 27 -
CMYK 0 0.37 0.23 0.86
HSL 336.92º 0.23% 0.11% -
HSV(B) 336.92º 0.37% 0.14% -
XYZ 1.18 1.01 1.17 -
YUV 26.46 128.31 134.09 -
System Red Green Blue C M Y K H S L
Decimal 35 22 27 0 0.37 0.23 0.86 336.92 0.23 0.11
Hex 23 16 1B 0 25 17 56 151 17 B
Octal 43 26 33 0 45 27 126 521 27 13
Binary 100011 10110 11011 0 100101 10111 1010110 101010001 10111 1011

Color Harmonies of #23161B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23161B

Black with #23161B

Text Example


Text Example

White with #23161B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23161B; }

 p { color: rgb(35,22,27); }

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

background-color css

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

 a { background-color: rgb(35,22,27); }

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

border-color css

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

 span { border-color: rgb(35,22,27); }

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