Html Css Color HEX #231B1D Aubergine

📋 copy color: '#231B1D'

red 35 ◦ green 27 ◦ blue 29

#231B1D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Aubergine #231B1D

Tints of Aubergine #231B1D

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 value IS 0

 M value IS 0.23

 Y value IS 0.17

 K value IS 0.86

RGB Variations

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

Color information

#231B1D (or 0x231B1D) is known color: 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

RGB 35 27 29 -
CMYK 0 0.23 0.17 0.86
HSL 345º 0.13% 0.12% -
HSV(B) 345º 0.23% 0.14% -
XYZ 1.31 1.23 1.33 -
YUV 29.62 127.65 131.84 -
System Red Green Blue C M Y K H S L
Decimal 35 27 29 0 0.23 0.17 0.86 345 0.13 0.12
Hex 23 1B 1D 0 17 11 56 159 D C
Octal 43 33 35 0 27 21 126 531 15 14
Binary 100011 11011 11101 0 10111 10001 1010110 101011001 1101 1100

Color Harmonies of #231B1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231B1D

Black with #231B1D

Text Example


Text Example

White with #231B1D

Text Example


Text Example

HTML Codes & Css Web 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>