Html Css Color HEX #281F20 Aubergine

📋 copy color: '#281F20'

red 40 ◦ green 31 ◦ blue 32

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

Shades of Aubergine #281F20

Tints of Aubergine #281F20

RGB

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

 GREEN value IS 31 (12.5% from 255) = 30.1%

 BLUE value IS 32 (12.89% from 255) = 31.07%

R = 38.83%
G = 30.1%
B = 31.07%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.20

 K value IS 0.84

RGB Variations

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

Color information

#281F20 (or 0x281F20) is known color: Aubergine. HEX triplet: 28, 1F and 20. RGB value is (40,31,32). Sum of RGB (Red+Green+Blue) = 40+31+32=103 (13% of max value = 765). Red value is 40 (16.02% from 255 or 38.83% from 103); Green value is 31 (12.5% from 255 or 30.10% from 103); Blue value is 32 (12.89% from 255 or 31.07% from 103); Max value from RGB is 40 - color contains mainly: red. Hex color #281F20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #281F20 is #D7E0DF. Grayscale: #212121. Windows color (decimal): -14147808 or 2105128. OLE color: 2105128.

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

Color convert

RGB 40 31 32 -
CMYK 0 0.22 0.20 0.84
HSL 353.33º 0.13% 0.14% -
HSV(B) 353.33º 0.23% 0.16% -
XYZ 1.63 1.54 1.58 -
YUV 33.81 126.98 132.42 -
System Red Green Blue C M Y K H S L
Decimal 40 31 32 0 0.22 0.20 0.84 353.33 0.13 0.14
Hex 28 1F 20 0 16 14 54 161 D E
Octal 50 37 40 0 26 24 124 541 15 16
Binary 101000 11111 100000 0 10110 10100 1010100 101100001 1101 1110

Color Harmonies of #281F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #281F20

Black with #281F20

Text Example


Text Example

White with #281F20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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