#261D1F

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

Shades of Aubergine #261D1F

Tints of Aubergine #261D1F

Color information

#261D1F (or 0x261D1F) is unknown color: approx Aubergine. HEX triplet: 26, 1D and 1F. RGB value is (38,29,31). Sum of RGB (Red+Green+Blue) = 38+29+31=98 (12% of max value = 765). Red value is 38 (15.23% from 255 or 38.78% from 98); Green value is 29 (11.72% from 255 or 29.59% from 98); Blue value is 31 (12.5% from 255 or 31.63% from 98); Max value from RGB is 38 - color contains mainly: red. Hex color #261D1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #261D1F is #D9E2E0. Grayscale: #1F1F1F. Windows color (decimal): -14279393 or 2039078. OLE color: 2039078.

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

Color convert

RGB382931-
CMYK00.240.180.85
HSL346.67º13.43%13.14%-
HSV(B)346.67º23.68%14.9%-
XYZ1.491.391.49-
YUV31.92127.48132.34-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 38.78%
GREEN value IS 29 (11.72% from 255) = 29.59%
BLUE value IS 31 (12.5% from 255) = 31.63%
R=38.78%
G=29.59%
B=31.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.18
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38293100.240.180.85346.6713.4313.14
Hex261D1F018125515bdd
Octal463537030221255331515
Binary100110111011111101100010010101010110101101111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261D1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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