Html Css Color HEX #282021 Aubergine

📋 copy color: '#282021'

red 40 ◦ green 32 ◦ blue 33

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

Shades of Aubergine #282021

Tints of Aubergine #282021

RGB

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

 GREEN value IS 32 (12.89% from 255) = 30.48%

 BLUE value IS 33 (13.28% from 255) = 31.43%

R = 38.1%
G = 30.48%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.17

 K value IS 0.84

RGB Variations

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

Color information

#282021 (or 0x282021) is known color: Aubergine. HEX triplet: 28, 20 and 21. RGB value is (40,32,33). Sum of RGB (Red+Green+Blue) = 40+32+33=105 (13% of max value = 765). Red value is 40 (16.02% from 255 or 38.10% from 105); Green value is 32 (12.89% from 255 or 30.48% from 105); Blue value is 33 (13.28% from 255 or 31.43% from 105); Max value from RGB is 40 - color contains mainly: red. Hex color #282021 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #282021 is #D7DFDE. Grayscale: #222222. Windows color (decimal): -14147551 or 2170920. OLE color: 2170920.

HSL color Cylindrical-coordinate representation of color #282021: hue angle of 352.5º degrees, saturation: 0.11, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #282021 is Cyan = 0, Magento = 0.20, Yellow = 0.17 and Black (K on CMYK) = 0.84.

Color convert

RGB 40 32 33 -
CMYK 0 0.20 0.17 0.84
HSL 352.5º 0.11% 0.14% -
HSV(B) 352.5º 0.2% 0.16% -
XYZ 1.67 1.59 1.66 -
YUV 34.51 127.15 131.92 -
System Red Green Blue C M Y K H S L
Decimal 40 32 33 0 0.20 0.17 0.84 352.5 0.11 0.14
Hex 28 20 21 0 14 11 54 160 B E
Octal 50 40 41 0 24 21 124 540 13 16
Binary 101000 100000 100001 0 10100 10001 1010100 101100000 1011 1110

Color Harmonies of #282021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #282021

Black with #282021

Text Example


Text Example

White with #282021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #282021; }

 p { color: rgb(40,32,33); }

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

background-color css

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

 a { background-color: rgb(40,32,33); }

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

border-color css

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

 span { border-color: rgb(40,32,33); }

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