#231E1F

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

Shades of Aubergine #231E1F

Tints of Aubergine #231E1F

Color information

#231E1F (or 0x231E1F) is unknown color: approx Aubergine. HEX triplet: 23, 1E and 1F. RGB value is (35,30,31). Sum of RGB (Red+Green+Blue) = 35+30+31=96 (12% of max value = 765). Red value is 35 (14.06% from 255 or 36.46% from 96); Green value is 30 (12.11% from 255 or 31.25% from 96); Blue value is 31 (12.5% from 255 or 32.29% from 96); Max value from RGB is 35 - color contains mainly: red. Hex color #231E1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #231E1F is #DCE1E0. Grayscale: #1F1F1F. Windows color (decimal): -14475745 or 2039331. OLE color: 2039331.

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

Color convert

RGB353031-
CMYK00.140.110.86
HSL348º7.69%12.75%-
HSV(B)348º14.29%13.73%-
XYZ1.41.381.49-
YUV31.61127.66130.42-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 36.46%
GREEN value IS 30 (12.11% from 255) = 31.25%
BLUE value IS 31 (12.5% from 255) = 32.29%
R=36.46%
G=31.25%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.11
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35303100.140.110.863487.6912.75
Hex231E1F0EB5615c8d
Octal433637016131265341015
Binary1000111111011111011101011101011010101110010001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231E1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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