Html Css Color HEX #28171C Aubergine

📋 copy color: '#28171C'

red 40 ◦ green 23 ◦ blue 28

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

Shades of Aubergine #28171C

Tints of Aubergine #28171C

RGB

 RED value IS 40 (16.02% from 255) = 43.96%

 GREEN value IS 23 (9.38% from 255) = 25.27%

 BLUE value IS 28 (11.33% from 255) = 30.77%

R = 43.96%
G = 25.27%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.30

 K value IS 0.84

RGB Variations

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

Color information

#28171C (or 0x28171C) is known color: Aubergine. HEX triplet: 28, 17 and 1C. RGB value is (40,23,28). Sum of RGB (Red+Green+Blue) = 40+23+28=91 (12% of max value = 765). Red value is 40 (16.02% from 255 or 43.96% from 91); Green value is 23 (9.38% from 255 or 25.27% from 91); Blue value is 28 (11.33% from 255 or 30.77% from 91); Max value from RGB is 40 - color contains mainly: red. Hex color #28171C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28171C is #D7E8E3. Grayscale: #1C1C1C. Windows color (decimal): -14149860 or 1840936. OLE color: 1840936.

HSL color Cylindrical-coordinate representation of color #28171C: hue angle of 342.35º degrees, saturation: 0.27, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #28171C is Cyan = 0, Magento = 0.43, Yellow = 0.30 and Black (K on CMYK) = 0.84.

Color convert

RGB 40 23 28 -
CMYK 0 0.43 0.30 0.84
HSL 342.35º 0.27% 0.12% -
HSV(B) 342.35º 0.43% 0.16% -
XYZ 1.39 1.15 1.25 -
YUV 28.65 127.63 136.09 -
System Red Green Blue C M Y K H S L
Decimal 40 23 28 0 0.43 0.30 0.84 342.35 0.27 0.12
Hex 28 17 1C 0 2B 1E 54 156 1B C
Octal 50 27 34 0 53 36 124 526 33 14
Binary 101000 10111 11100 0 101011 11110 1010100 101010110 11011 1100

Color Harmonies of #28171C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28171C

Black with #28171C

Text Example


Text Example

White with #28171C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28171C; }

 p { color: rgb(40,23,28); }

 H1.HeaderClassName
 {
   color: #28171C;
 }
 .AnyTagClassName
 {
   color: #28171C;
 }
</style>

background-color css

<style>
 a { background-color: #28171C; }

 a { background-color: rgb(40,23,28); }

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

border-color css

<style>
 span { border-color: #28171C; }

 span { border-color: rgb(40,23,28); }

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