#261E20

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

Shades of Aubergine #261E20

Tints of Aubergine #261E20

Color information

#261E20 (or 0x261E20) is unknown color: approx Aubergine. HEX triplet: 26, 1E and 20. RGB value is (38,30,32). Sum of RGB (Red+Green+Blue) = 38+30+32=100 (13% of max value = 765). Red value is 38 (15.23% from 255 or 38% from 100); Green value is 30 (12.11% from 255 or 30% from 100); Blue value is 32 (12.89% from 255 or 32% from 100); Max value from RGB is 38 - color contains mainly: red. Hex color #261E20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #261E20 is #D9E1DF. Grayscale: #202020. Windows color (decimal): -14279136 or 2104870. OLE color: 2104870.

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

Color convert

RGB383032-
CMYK00.210.160.85
HSL345º11.76%13.33%-
HSV(B)345º21.05%14.9%-
XYZ1.521.441.57-
YUV32.62127.65131.84-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 38%
GREEN value IS 30 (12.11% from 255) = 30%
BLUE value IS 32 (12.89% from 255) = 32%
R=38%
G=30%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.16
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38303200.210.160.8534511.7613.33
Hex261E200151055159cd
Octal463640025201255311415
Binary1001101111010000001010110000101010110101100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261E20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261E20; }

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

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

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

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

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

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

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

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