#231B1D

Color #231B1D Aubergine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aubergine #231B1D

Tints of Aubergine #231B1D

Color information

#231B1D (or 0x231B1D) is unknown color: approx Aubergine. HEX triplet: 23, 1B and 1D. RGB value is (35,27,29). Sum of RGB (Red+Green+Blue) = 35+27+29=91 (12% of max value = 765). Red value is 35 (14.06% from 255 or 38.46% from 91); Green value is 27 (10.94% from 255 or 29.67% from 91); Blue value is 29 (11.72% from 255 or 31.87% from 91); Max value from RGB is 35 - color contains mainly: red. Hex color #231B1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #231B1D is #DCE4E2. Grayscale: #1D1D1D. Windows color (decimal): -14476515 or 1907491. OLE color: 1907491.

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

Color convert

RGB352729-
CMYK00.230.170.86
HSL345º12.9%12.16%-
HSV(B)345º22.86%13.73%-
XYZ1.311.231.33-
YUV29.62127.65131.84-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 38.46%
GREEN value IS 27 (10.94% from 255) = 29.67%
BLUE value IS 29 (11.72% from 255) = 31.87%
R=38.46%
G=29.67%
B=31.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.17
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35272900.230.170.8634512.912.16
Hex231B1D0171156159dc
Octal433335027211265311514
Binary100011110111110101011110001101011010101100111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231B1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231B1D; }

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

 H1.HeaderClassName
 {
   color: #231B1D;
 }
 .AnyTagClassName
 {
   color: #231B1D;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #231B1D;
 }
 .BgClassName
 {
   background-color: #231B1D;
 }
</style>
border-color css

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

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

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