#261121

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

Shades of Melanzane #261121

Tints of Melanzane #261121

Color information

#261121 (or 0x261121) is unknown color: approx Melanzane. HEX triplet: 26, 11 and 21. RGB value is (38,17,33). Sum of RGB (Red+Green+Blue) = 38+17+33=88 (11% of max value = 765). Red value is 38 (15.23% from 255 or 43.18% from 88); Green value is 17 (7.03% from 255 or 19.32% from 88); Blue value is 33 (13.28% from 255 or 37.5% from 88); Max value from RGB is 38 - color contains mainly: red. Hex color #261121 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #261121 is #D9EEDE. Grayscale: #191919. Windows color (decimal): -14282463 or 2167078. OLE color: 2167078.

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

Color convert

RGB381733-
CMYK00.550.130.85
HSL314.29º38.18%10.78%-
HSV(B)314.29º55.26%14.9%-
XYZ1.270.921.55-
YUV25.1132.46137.2-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 43.18%
GREEN value IS 17 (7.03% from 255) = 19.32%
BLUE value IS 33 (13.28% from 255) = 37.5%
R=43.18%
G=19.32%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.13
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38173300.550.130.85314.2938.1810.78
Hex261121037D5513a26b
Octal462141067151254724613
Binary100110100011000010110111110110101011001110101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261121; }

 p { color: rgb(38,17,33); }

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

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

 a { background-color: rgb(38,17,33); }

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

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

 span { border-color: rgb(38,17,33); }

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