Html Css Color HEX #2A1F21 Aubergine

📋 copy color: '#2A1F21'

red 42 ◦ green 31 ◦ blue 33

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

Shades of Aubergine #2A1F21

Tints of Aubergine #2A1F21

RGB

 RED value IS 42 (16.8% from 255) = 39.62%

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

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

R = 39.62%
G = 29.25%
B = 31.13%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.21

 K value IS 0.84

RGB Variations

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

Color information

#2A1F21 (or 0x2A1F21) is known color: Aubergine. HEX triplet: 2A, 1F and 21. RGB value is (42,31,33). Sum of RGB (Red+Green+Blue) = 42+31+33=106 (14% of max value = 765). Red value is 42 (16.80% from 255 or 39.62% from 106); Green value is 31 (12.5% from 255 or 29.25% from 106); Blue value is 33 (13.28% from 255 or 31.13% from 106); Max value from RGB is 42 - color contains mainly: red. Hex color #2A1F21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A1F21 is #D5E0DE. Grayscale: #222222. Windows color (decimal): -14016735 or 2170666. OLE color: 2170666.

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

Color convert

RGB 42 31 33 -
CMYK 0 0.26 0.21 0.84
HSL 349.09º 0.15% 0.14% -
HSV(B) 349.09º 0.26% 0.16% -
XYZ 1.72 1.58 1.65 -
YUV 34.52 127.14 133.34 -
System Red Green Blue C M Y K H S L
Decimal 42 31 33 0 0.26 0.21 0.84 349.09 0.15 0.14
Hex 2A 1F 21 0 1A 15 54 15D F E
Octal 52 37 41 0 32 25 124 535 17 16
Binary 101010 11111 100001 0 11010 10101 1010100 101011101 1111 1110

Color Harmonies of #2A1F21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A1F21

Black with #2A1F21

Text Example


Text Example

White with #2A1F21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2A1F21; }

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

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

background-color css

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

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

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

border-color css

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

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

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