#231C1E

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

Shades of Aubergine #231C1E

Tints of Aubergine #231C1E

Color information

#231C1E (or 0x231C1E) is unknown color: approx Aubergine. HEX triplet: 23, 1C and 1E. RGB value is (35,28,30). Sum of RGB (Red+Green+Blue) = 35+28+30=93 (12% of max value = 765). Red value is 35 (14.06% from 255 or 37.63% from 93); Green value is 28 (11.33% from 255 or 30.11% from 93); Blue value is 30 (12.11% from 255 or 32.26% from 93); Max value from RGB is 35 - color contains mainly: red. Hex color #231C1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #231C1E is #DCE3E1. Grayscale: #1E1E1E. Windows color (decimal): -14476258 or 1973283. OLE color: 1973283.

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

Color convert

RGB352830-
CMYK00.200.140.86
HSL342.86º11.11%12.35%-
HSV(B)342.86º20%13.73%-
XYZ1.341.281.4-
YUV30.32127.82131.34-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 37.63%
GREEN value IS 28 (11.33% from 255) = 30.11%
BLUE value IS 30 (12.11% from 255) = 32.26%
R=37.63%
G=30.11%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.14
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35283000.200.140.86342.8611.1112.35
Hex231C1E014E56157bc
Octal433436024161265271314
Binary10001111100111100101001110101011010101011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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