#261620

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

Shades of Melanzane #261620

Tints of Melanzane #261620

Color information

#261620 (or 0x261620) is unknown color: approx Melanzane. HEX triplet: 26, 16 and 20. RGB value is (38,22,32). Sum of RGB (Red+Green+Blue) = 38+22+32=92 (12% of max value = 765). Red value is 38 (15.23% from 255 or 41.30% from 92); Green value is 22 (8.98% from 255 or 23.91% from 92); Blue value is 32 (12.89% from 255 or 34.78% from 92); Max value from RGB is 38 - color contains mainly: red. Hex color #261620 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #261620 is #D9E9DF. Grayscale: #1B1B1B. Windows color (decimal): -14281184 or 2102822. OLE color: 2102822.

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

Color convert

RGB382232-
CMYK00.420.160.85
HSL322.5º26.67%11.76%-
HSV(B)322.5º42.11%14.9%-
XYZ1.351.091.51-
YUV27.92130.3135.19-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 41.30%
GREEN value IS 22 (8.98% from 255) = 23.91%
BLUE value IS 32 (12.89% from 255) = 34.78%
R=41.30%
G=23.91%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.16
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38223200.420.160.85322.526.6711.76
Hex26162002A10551421bc
Octal462640052201255023314
Binary100110101101000000101010100001010101101000010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261620; }

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

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

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

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

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

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

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

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