Html Css Color HEX #281F21 Aubergine

📋 copy color: '#281F21'

red 40 ◦ green 31 ◦ blue 33

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

Shades of Aubergine #281F21

Tints of Aubergine #281F21

RGB

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

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

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

R = 38.46%
G = 29.81%
B = 31.73%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.17

 K value IS 0.84

RGB Variations

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

Color information

#281F21 (or 0x281F21) is known color: Aubergine. HEX triplet: 28, 1F and 21. RGB value is (40,31,33). Sum of RGB (Red+Green+Blue) = 40+31+33=104 (13% of max value = 765). Red value is 40 (16.02% from 255 or 38.46% from 104); Green value is 31 (12.5% from 255 or 29.81% from 104); Blue value is 33 (13.28% from 255 or 31.73% from 104); Max value from RGB is 40 - color contains mainly: red. Hex color #281F21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #281F21 is #D7E0DE. Grayscale: #212121. Windows color (decimal): -14147807 or 2170664. OLE color: 2170664.

HSL color Cylindrical-coordinate representation of color #281F21: hue angle of 346.67º 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 #281F21 is Cyan = 0, Magento = 0.22, Yellow = 0.17 and Black (K on CMYK) = 0.84.

Color convert

RGB 40 31 33 -
CMYK 0 0.22 0.17 0.84
HSL 346.67º 0.13% 0.14% -
HSV(B) 346.67º 0.23% 0.16% -
XYZ 1.64 1.54 1.65 -
YUV 33.92 127.48 132.34 -
System Red Green Blue C M Y K H S L
Decimal 40 31 33 0 0.22 0.17 0.84 346.67 0.13 0.14
Hex 28 1F 21 0 16 11 54 15B D E
Octal 50 37 41 0 26 21 124 533 15 16
Binary 101000 11111 100001 0 10110 10001 1010100 101011011 1101 1110

Color Harmonies of #281F21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #281F21

Black with #281F21

Text Example


Text Example

White with #281F21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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