#262021

Color #262021 Aubergine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aubergine #262021

Tints of Aubergine #262021

Color information

#262021 (or 0x262021) is unknown color: approx Aubergine. HEX triplet: 26, 20 and 21. RGB value is (38,32,33). Sum of RGB (Red+Green+Blue) = 38+32+33=103 (13% of max value = 765). Red value is 38 (15.23% from 255 or 36.89% from 103); Green value is 32 (12.89% from 255 or 31.07% from 103); Blue value is 33 (13.28% from 255 or 32.04% from 103); Max value from RGB is 38 - color contains mainly: red. Hex color #262021 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #262021 is #D9DFDE. Grayscale: #212121. Windows color (decimal): -14278623 or 2170918. OLE color: 2170918.

HSL color Cylindrical-coordinate representation of color #262021: hue angle of 350º degrees, saturation: 0.09, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #262021 is Cyan = 0, Magento = 0.16, Yellow = 0.13 and Black (K on CMYK) = 0.85.

Color convert

RGB383233-
CMYK00.160.130.85
HSL350º8.57%13.73%-
HSV(B)350º15.79%14.9%-
XYZ1.591.551.66-
YUV33.91127.49130.92-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 36.89%
GREEN value IS 32 (12.89% from 255) = 31.07%
BLUE value IS 33 (13.28% from 255) = 32.04%
R=36.89%
G=31.07%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.13
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38323300.160.130.853508.5713.73
Hex262021010D5515e9e
Octal464041020151255361116
Binary1001101000001000010100001101101010110101111010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #262021; }

 p { color: rgb(38,32,33); }

 H1.HeaderClassName
 {
   color: #262021;
 }
 .AnyTagClassName
 {
   color: #262021;
 }
</style>
background-color css

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

 a { background-color: rgb(38,32,33); }

 div.DivClassName
 {
   background-color: #262021;
 }
 .BgClassName
 {
   background-color: #262021;
 }
</style>
border-color css

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

 span { border-color: rgb(38,32,33); }

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