#231C1F

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

Shades of Aubergine #231C1F

Tints of Aubergine #231C1F

Color information

#231C1F (or 0x231C1F) is unknown color: approx Aubergine. HEX triplet: 23, 1C and 1F. RGB value is (35,28,31). Sum of RGB (Red+Green+Blue) = 35+28+31=94 (12% of max value = 765). Red value is 35 (14.06% from 255 or 37.23% from 94); Green value is 28 (11.33% from 255 or 29.79% from 94); Blue value is 31 (12.5% from 255 or 32.98% from 94); Max value from RGB is 35 - color contains mainly: red. Hex color #231C1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #231C1F is #DCE3E0. Grayscale: #1E1E1E. Windows color (decimal): -14476257 or 2038819. OLE color: 2038819.

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

Color convert

RGB352831-
CMYK00.200.110.86
HSL334.29º11.11%12.35%-
HSV(B)334.29º20%13.73%-
XYZ1.361.291.47-
YUV30.44128.32131.26-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 37.23%
GREEN value IS 28 (11.33% from 255) = 29.79%
BLUE value IS 31 (12.5% from 255) = 32.98%
R=37.23%
G=29.79%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.11
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35283100.200.110.86334.2911.1112.35
Hex231C1F014B5614ebc
Octal433437024131265161314
Binary10001111100111110101001011101011010100111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231C1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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