#261F22

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

Shades of Aubergine #261F22

Tints of Aubergine #261F22

Color information

#261F22 (or 0x261F22) is unknown color: approx Aubergine. HEX triplet: 26, 1F and 22. RGB value is (38,31,34). Sum of RGB (Red+Green+Blue) = 38+31+34=103 (13% of max value = 765). Red value is 38 (15.23% from 255 or 36.89% from 103); Green value is 31 (12.5% from 255 or 30.10% from 103); Blue value is 34 (13.67% from 255 or 33.01% from 103); Max value from RGB is 38 - color contains mainly: red. Hex color #261F22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #261F22 is #D9E0DD. Grayscale: #212121. Windows color (decimal): -14278878 or 2236198. OLE color: 2236198.

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

Color convert

RGB383134-
CMYK00.180.110.85
HSL334.29º10.14%13.53%-
HSV(B)334.29º18.42%14.9%-
XYZ1.581.511.72-
YUV33.43128.32131.26-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 36.89%
GREEN value IS 31 (12.5% from 255) = 30.10%
BLUE value IS 34 (13.67% from 255) = 33.01%
R=36.89%
G=30.10%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.11
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38313400.180.110.85334.2910.1413.53
Hex261F22012B5514eae
Octal463742022131255161216
Binary100110111111000100100101011101010110100111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261F22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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