#261C1F

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

Shades of Aubergine #261C1F

Tints of Aubergine #261C1F

Color information

#261C1F (or 0x261C1F) is unknown color: approx Aubergine. HEX triplet: 26, 1C and 1F. RGB value is (38,28,31). Sum of RGB (Red+Green+Blue) = 38+28+31=97 (12% of max value = 765). Red value is 38 (15.23% from 255 or 39.18% from 97); Green value is 28 (11.33% from 255 or 28.87% from 97); Blue value is 31 (12.5% from 255 or 31.96% from 97); Max value from RGB is 38 - color contains mainly: red. Hex color #261C1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #261C1F is #D9E3E0. Grayscale: #1F1F1F. Windows color (decimal): -14279649 or 2038822. OLE color: 2038822.

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

Color convert

RGB382831-
CMYK00.260.180.85
HSL342º15.15%12.94%-
HSV(B)342º26.32%14.9%-
XYZ1.461.341.48-
YUV31.33127.81132.76-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 39.18%
GREEN value IS 28 (11.33% from 255) = 28.87%
BLUE value IS 31 (12.5% from 255) = 31.96%
R=39.18%
G=28.87%
B=31.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.18
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38283100.260.180.8534215.1512.94
Hex261C1F01A1255156fd
Octal463437032221255261715
Binary100110111001111101101010010101010110101011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261C1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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