Html Css Color HEX #281F22 Aubergine

📋 copy color: '#281F22'

red 40 ◦ green 31 ◦ blue 34

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

Shades of Aubergine #281F22

Tints of Aubergine #281F22

RGB

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

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

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

R = 38.1%
G = 29.52%
B = 32.38%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.15

 K value IS 0.84

RGB Variations

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

Color information

#281F22 (or 0x281F22) is known color: Aubergine. HEX triplet: 28, 1F and 22. RGB value is (40,31,34). Sum of RGB (Red+Green+Blue) = 40+31+34=105 (13% of max value = 765). Red value is 40 (16.02% from 255 or 38.10% from 105); Green value is 31 (12.5% from 255 or 29.52% from 105); Blue value is 34 (13.67% from 255 or 32.38% from 105); Max value from RGB is 40 - color contains mainly: red. Hex color #281F22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #281F22 is #D7E0DD. Grayscale: #222222. Windows color (decimal): -14147806 or 2236200. OLE color: 2236200.

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

Color convert

RGB 40 31 34 -
CMYK 0 0.22 0.15 0.84
HSL 340º 0.13% 0.14% -
HSV(B) 340º 0.23% 0.16% -
XYZ 1.65 1.55 1.72 -
YUV 34.03 127.98 132.26 -
System Red Green Blue C M Y K H S L
Decimal 40 31 34 0 0.22 0.15 0.84 340 0.13 0.14
Hex 28 1F 22 0 16 F 54 154 D E
Octal 50 37 42 0 26 17 124 524 15 16
Binary 101000 11111 100010 0 10110 1111 1010100 101010100 1101 1110

Color Harmonies of #281F22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #281F22

Black with #281F22

Text Example


Text Example

White with #281F22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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