Html Css Color HEX #231D1E Aubergine

📋 copy color: '#231D1E'

red 35 ◦ green 29 ◦ blue 30

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

Shades of Aubergine #231D1E

Tints of Aubergine #231D1E

RGB

 RED value IS 35 (14.06% from 255) = 37.23%

 GREEN value IS 29 (11.72% from 255) = 30.85%

 BLUE value IS 30 (12.11% from 255) = 31.91%

R = 37.23%
G = 30.85%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.14

 K value IS 0.86

RGB Variations

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

Color information

#231D1E (or 0x231D1E) is known color: Aubergine. HEX triplet: 23, 1D and 1E. RGB value is (35,29,30). Sum of RGB (Red+Green+Blue) = 35+29+30=94 (12% of max value = 765). Red value is 35 (14.06% from 255 or 37.23% from 94); Green value is 29 (11.72% from 255 or 30.85% from 94); Blue value is 30 (12.11% from 255 or 31.91% from 94); Max value from RGB is 35 - color contains mainly: red. Hex color #231D1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #231D1E is #DCE2E1. Grayscale: #1E1E1E. Windows color (decimal): -14476002 or 1973539. OLE color: 1973539.

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

Color convert

RGB 35 29 30 -
CMYK 0 0.17 0.14 0.86
HSL 350º 0.09% 0.13% -
HSV(B) 350º 0.17% 0.14% -
XYZ 1.37 1.33 1.41 -
YUV 30.91 127.49 130.92 -
System Red Green Blue C M Y K H S L
Decimal 35 29 30 0 0.17 0.14 0.86 350 0.09 0.13
Hex 23 1D 1E 0 11 E 56 15E 9 D
Octal 43 35 36 0 21 16 126 536 11 15
Binary 100011 11101 11110 0 10001 1110 1010110 101011110 1001 1101

Color Harmonies of #231D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231D1E

Black with #231D1E

Text Example


Text Example

White with #231D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #231D1E;
 }
 .AnyTagClassName
 {
   color: #231D1E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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