Html Css Color HEX #21151A Aubergine

📋 copy color: '#21151A'

red 33 ◦ green 21 ◦ blue 26

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

Shades of Aubergine #21151A

Tints of Aubergine #21151A

RGB

 RED value IS 33 (13.28% from 255) = 41.25%

 GREEN value IS 21 (8.59% from 255) = 26.25%

 BLUE value IS 26 (10.55% from 255) = 32.5%

R = 41.25%
G = 26.25%
B = 32.5%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.21

 K value IS 0.87

RGB Variations

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

Color information

#21151A (or 0x21151A) is known color: Aubergine. HEX triplet: 21, 15 and 1A. RGB value is (33,21,26). Sum of RGB (Red+Green+Blue) = 33+21+26=80 (10% of max value = 765). Red value is 33 (13.28% from 255 or 41.25% from 80); Green value is 21 (8.59% from 255 or 26.25% from 80); Blue value is 26 (10.55% from 255 or 32.5% from 80); Max value from RGB is 33 - color contains mainly: red. Hex color #21151A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21151A is #DEEAE5. Grayscale: #191919. Windows color (decimal): -14609126 or 1709345. OLE color: 1709345.

HSL color Cylindrical-coordinate representation of color #21151A: hue angle of 335º degrees, saturation: 0.22, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #21151A is Cyan = 0, Magento = 0.36, Yellow = 0.21 and Black (K on CMYK) = 0.87.

Color convert

RGB 33 21 26 -
CMYK 0 0.36 0.21 0.87
HSL 335º 0.22% 0.11% -
HSV(B) 335º 0.36% 0.13% -
XYZ 1.08 0.93 1.1 -
YUV 25.16 128.48 133.59 -
System Red Green Blue C M Y K H S L
Decimal 33 21 26 0 0.36 0.21 0.87 335 0.22 0.11
Hex 21 15 1A 0 24 15 57 14F 16 B
Octal 41 25 32 0 44 25 127 517 26 13
Binary 100001 10101 11010 0 100100 10101 1010111 101001111 10110 1011

Color Harmonies of #21151A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21151A

Black with #21151A

Text Example


Text Example

White with #21151A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21151A; }

 p { color: rgb(33,21,26); }

 H1.HeaderClassName
 {
   color: #21151A;
 }
 .AnyTagClassName
 {
   color: #21151A;
 }
</style>

background-color css

<style>
 a { background-color: #21151A; }

 a { background-color: rgb(33,21,26); }

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

border-color css

<style>
 span { border-color: #21151A; }

 span { border-color: rgb(33,21,26); }

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