#261920

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

Shades of Melanzane #261920

Tints of Melanzane #261920

Color information

#261920 (or 0x261920) is unknown color: approx Melanzane. HEX triplet: 26, 19 and 20. RGB value is (38,25,32). Sum of RGB (Red+Green+Blue) = 38+25+32=95 (12% of max value = 765). Red value is 38 (15.23% from 255 or 40% from 95); Green value is 25 (10.16% from 255 or 26.32% from 95); Blue value is 32 (12.89% from 255 or 33.68% from 95); Max value from RGB is 38 - color contains mainly: red. Hex color #261920 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #261920 is #D9E6DF. Grayscale: #1D1D1D. Windows color (decimal): -14280416 or 2103590. OLE color: 2103590.

HSL color Cylindrical-coordinate representation of color #261920: hue angle of 327.69º degrees, saturation: 0.21, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #261920 is Cyan = 0, Magento = 0.34, Yellow = 0.16 and Black (K on CMYK) = 0.85.

Color convert

RGB382532-
CMYK00.340.160.85
HSL327.69º20.63%12.35%-
HSV(B)327.69º34.21%14.9%-
XYZ1.411.211.53-
YUV29.68129.31133.93-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 40%
GREEN value IS 25 (10.16% from 255) = 26.32%
BLUE value IS 32 (12.89% from 255) = 33.68%
R=40%
G=26.32%
B=33.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.16
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38253200.340.160.85327.6920.6312.35
Hex261920022105514815c
Octal463140042201255102514
Binary100110110011000000100010100001010101101001000101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261920; }

 p { color: rgb(38,25,32); }

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

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

 a { background-color: rgb(38,25,32); }

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

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

 span { border-color: rgb(38,25,32); }

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