#261C1E

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

Shades of Aubergine #261C1E

Tints of Aubergine #261C1E

Color information

#261C1E (or 0x261C1E) is unknown color: approx Aubergine. HEX triplet: 26, 1C and 1E. RGB value is (38,28,30). Sum of RGB (Red+Green+Blue) = 38+28+30=96 (12% of max value = 765). Red value is 38 (15.23% from 255 or 39.58% from 96); Green value is 28 (11.33% from 255 or 29.17% from 96); Blue value is 30 (12.11% from 255 or 31.25% from 96); Max value from RGB is 38 - color contains mainly: red. Hex color #261C1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #261C1E is #D9E3E1. Grayscale: #1F1F1F. Windows color (decimal): -14279650 or 1973286. OLE color: 1973286.

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

Color convert

RGB382830-
CMYK00.260.210.85
HSL348º15.15%12.94%-
HSV(B)348º26.32%14.9%-
XYZ1.451.341.41-
YUV31.22127.31132.84-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 39.58%
GREEN value IS 28 (11.33% from 255) = 29.17%
BLUE value IS 30 (12.11% from 255) = 31.25%
R=39.58%
G=29.17%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.21
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38283000.260.210.8534815.1512.94
Hex261C1E01A155515cfd
Octal463436032251255341715
Binary100110111001111001101010101101010110101110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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