#261E1F

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

Shades of Aubergine #261E1F

Tints of Aubergine #261E1F

Color information

#261E1F (or 0x261E1F) is unknown color: approx Aubergine. HEX triplet: 26, 1E and 1F. RGB value is (38,30,31). Sum of RGB (Red+Green+Blue) = 38+30+31=99 (13% of max value = 765). Red value is 38 (15.23% from 255 or 38.38% from 99); Green value is 30 (12.11% from 255 or 30.30% from 99); Blue value is 31 (12.5% from 255 or 31.31% from 99); Max value from RGB is 38 - color contains mainly: red. Hex color #261E1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #261E1F is #D9E1E0. Grayscale: #202020. Windows color (decimal): -14279137 or 2039334. OLE color: 2039334.

HSL color Cylindrical-coordinate representation of color #261E1F: hue angle of 352.5º 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 #261E1F is Cyan = 0, Magento = 0.21, Yellow = 0.18 and Black (K on CMYK) = 0.85.

Color convert

RGB383031-
CMYK00.210.180.85
HSL352.5º11.76%13.33%-
HSV(B)352.5º21.05%14.9%-
XYZ1.511.441.49-
YUV32.51127.15131.92-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 38.38%
GREEN value IS 30 (12.11% from 255) = 30.30%
BLUE value IS 31 (12.5% from 255) = 31.31%
R=38.38%
G=30.30%
B=31.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.18
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38303100.210.180.85352.511.7613.33
Hex261E1F0151255160cd
Octal463637025221255401415
Binary100110111101111101010110010101010110110000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261E1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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