#231B1E

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

Shades of Aubergine #231B1E

Tints of Aubergine #231B1E

Color information

#231B1E (or 0x231B1E) is unknown color: approx Aubergine. HEX triplet: 23, 1B and 1E. RGB value is (35,27,30). Sum of RGB (Red+Green+Blue) = 35+27+30=92 (12% of max value = 765). Red value is 35 (14.06% from 255 or 38.04% from 92); Green value is 27 (10.94% from 255 or 29.35% from 92); Blue value is 30 (12.11% from 255 or 32.61% from 92); Max value from RGB is 35 - color contains mainly: red. Hex color #231B1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #231B1E is #DCE4E1. Grayscale: #1D1D1D. Windows color (decimal): -14476514 or 1973027. OLE color: 1973027.

HSL color Cylindrical-coordinate representation of color #231B1E: hue angle of 337.5º 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 #231B1E is Cyan = 0, Magento = 0.23, Yellow = 0.14 and Black (K on CMYK) = 0.86.

Color convert

RGB352730-
CMYK00.230.140.86
HSL337.5º12.9%12.16%-
HSV(B)337.5º22.86%13.73%-
XYZ1.321.231.4-
YUV29.73128.15131.76-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 38.04%
GREEN value IS 27 (10.94% from 255) = 29.35%
BLUE value IS 30 (12.11% from 255) = 32.61%
R=38.04%
G=29.35%
B=32.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.14
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35273000.230.140.86337.512.912.16
Hex231B1E017E56152dc
Octal433336027161265221514
Binary10001111011111100101111110101011010101001011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231B1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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