#261B1D

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

Shades of Aubergine #261B1D

Tints of Aubergine #261B1D

Color information

#261B1D (or 0x261B1D) is unknown color: approx Aubergine. HEX triplet: 26, 1B and 1D. RGB value is (38,27,29). Sum of RGB (Red+Green+Blue) = 38+27+29=94 (12% of max value = 765). Red value is 38 (15.23% from 255 or 40.43% from 94); Green value is 27 (10.94% from 255 or 28.72% from 94); Blue value is 29 (11.72% from 255 or 30.85% from 94); Max value from RGB is 38 - color contains mainly: red. Hex color #261B1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #261B1D is #D9E4E2. Grayscale: #1E1E1E. Windows color (decimal): -14279907 or 1907494. OLE color: 1907494.

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

Color convert

RGB382729-
CMYK00.290.240.85
HSL349.09º16.92%12.75%-
HSV(B)349.09º28.95%14.9%-
XYZ1.411.281.34-
YUV30.52127.14133.34-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 40.43%
GREEN value IS 27 (10.94% from 255) = 28.72%
BLUE value IS 29 (11.72% from 255) = 30.85%
R=40.43%
G=28.72%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.24
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38272900.290.240.85349.0916.9212.75
Hex261B1D01D185515d11d
Octal463335035301255352115
Binary1001101101111101011101110001010101101011101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261B1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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