#261A1F

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

Shades of Aubergine #261A1F

Tints of Aubergine #261A1F

Color information

#261A1F (or 0x261A1F) is unknown color: approx Aubergine. HEX triplet: 26, 1A and 1F. RGB value is (38,26,31). Sum of RGB (Red+Green+Blue) = 38+26+31=95 (12% of max value = 765). Red value is 38 (15.23% from 255 or 40% from 95); Green value is 26 (10.55% from 255 or 27.37% from 95); Blue value is 31 (12.5% from 255 or 32.63% from 95); Max value from RGB is 38 - color contains mainly: red. Hex color #261A1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #261A1F is #D9E5E0. Grayscale: #1E1E1E. Windows color (decimal): -14280161 or 2038310. OLE color: 2038310.

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

Color convert

RGB382631-
CMYK00.320.180.85
HSL335º18.75%12.55%-
HSV(B)335º31.58%14.9%-
XYZ1.421.251.46-
YUV30.16128.48133.59-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 40%
GREEN value IS 26 (10.55% from 255) = 27.37%
BLUE value IS 31 (12.5% from 255) = 32.63%
R=40%
G=27.37%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.18
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38263100.320.180.8533518.7512.55
Hex261A1F020125514f13d
Octal463237040221255172315
Binary10011011010111110100000100101010101101001111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261A1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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