Html Css Color HEX #281E22 Aubergine

📋 copy color: '#281E22'

red 40 ◦ green 30 ◦ blue 34

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

Shades of Aubergine #281E22

Tints of Aubergine #281E22

RGB

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

 GREEN value IS 30 (12.11% from 255) = 28.85%

 BLUE value IS 34 (13.67% from 255) = 32.69%

R = 38.46%
G = 28.85%
B = 32.69%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.15

 K value IS 0.84

RGB Variations

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

Color information

#281E22 (or 0x281E22) is known color: Aubergine. HEX triplet: 28, 1E and 22. RGB value is (40,30,34). Sum of RGB (Red+Green+Blue) = 40+30+34=104 (13% of max value = 765). Red value is 40 (16.02% from 255 or 38.46% from 104); Green value is 30 (12.11% from 255 or 28.85% from 104); Blue value is 34 (13.67% from 255 or 32.69% from 104); Max value from RGB is 40 - color contains mainly: red. Hex color #281E22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #281E22 is #D7E1DD. Grayscale: #212121. Windows color (decimal): -14148062 or 2235944. OLE color: 2235944.

HSL color Cylindrical-coordinate representation of color #281E22: hue angle of 336º degrees, saturation: 0.14, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #281E22 is Cyan = 0, Magento = 0.25, Yellow = 0.15 and Black (K on CMYK) = 0.84.

Color convert

RGB 40 30 34 -
CMYK 0 0.25 0.15 0.84
HSL 336º 0.14% 0.14% -
HSV(B) 336º 0.25% 0.16% -
XYZ 1.63 1.5 1.72 -
YUV 33.45 128.31 132.67 -
System Red Green Blue C M Y K H S L
Decimal 40 30 34 0 0.25 0.15 0.84 336 0.14 0.14
Hex 28 1E 22 0 19 F 54 150 E E
Octal 50 36 42 0 31 17 124 520 16 16
Binary 101000 11110 100010 0 11001 1111 1010100 101010000 1110 1110

Color Harmonies of #281E22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #281E22

Black with #281E22

Text Example


Text Example

White with #281E22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #281E22; }

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

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

background-color css

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

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

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

border-color css

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

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

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