Html Css Color HEX #28191E Aubergine

📋 copy color: '#28191E'

red 40 ◦ green 25 ◦ blue 30

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

Shades of Aubergine #28191E

Tints of Aubergine #28191E

RGB

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

 GREEN value IS 25 (10.16% from 255) = 26.32%

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

R = 42.11%
G = 26.32%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.25

 K value IS 0.84

RGB Variations

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

Color information

#28191E (or 0x28191E) is known color: Aubergine. HEX triplet: 28, 19 and 1E. RGB value is (40,25,30). Sum of RGB (Red+Green+Blue) = 40+25+30=95 (12% of max value = 765). Red value is 40 (16.02% from 255 or 42.11% from 95); Green value is 25 (10.16% from 255 or 26.32% from 95); Blue value is 30 (12.11% from 255 or 31.58% from 95); Max value from RGB is 40 - color contains mainly: red. Hex color #28191E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28191E is #D7E6E1. Grayscale: #1E1E1E. Windows color (decimal): -14149346 or 1972520. OLE color: 1972520.

HSL color Cylindrical-coordinate representation of color #28191E: hue angle of 340º degrees, saturation: 0.23, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #28191E is Cyan = 0, Magento = 0.38, Yellow = 0.25 and Black (K on CMYK) = 0.84.

Color convert

RGB 40 25 30 -
CMYK 0 0.38 0.25 0.84
HSL 340º 0.23% 0.13% -
HSV(B) 340º 0.38% 0.16% -
XYZ 1.46 1.24 1.39 -
YUV 30.06 127.97 135.09 -
System Red Green Blue C M Y K H S L
Decimal 40 25 30 0 0.38 0.25 0.84 340 0.23 0.13
Hex 28 19 1E 0 26 19 54 154 17 D
Octal 50 31 36 0 46 31 124 524 27 15
Binary 101000 11001 11110 0 100110 11001 1010100 101010100 10111 1101

Color Harmonies of #28191E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28191E

Black with #28191E

Text Example


Text Example

White with #28191E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28191E; }

 p { color: rgb(40,25,30); }

 H1.HeaderClassName
 {
   color: #28191E;
 }
 .AnyTagClassName
 {
   color: #28191E;
 }
</style>

background-color css

<style>
 a { background-color: #28191E; }

 a { background-color: rgb(40,25,30); }

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

border-color css

<style>
 span { border-color: #28191E; }

 span { border-color: rgb(40,25,30); }

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