#261020

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

Shades of Melanzane #261020

Tints of Melanzane #261020

Color information

#261020 (or 0x261020) is unknown color: approx Melanzane. HEX triplet: 26, 10 and 20. RGB value is (38,16,32). Sum of RGB (Red+Green+Blue) = 38+16+32=86 (11% of max value = 765). Red value is 38 (15.23% from 255 or 44.19% from 86); Green value is 16 (6.64% from 255 or 18.60% from 86); Blue value is 32 (12.89% from 255 or 37.21% from 86); Max value from RGB is 38 - color contains mainly: red. Hex color #261020 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #261020 is #D9EFDF. Grayscale: #181818. Windows color (decimal): -14282720 or 2101286. OLE color: 2101286.

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

Color convert

RGB381632-
CMYK00.580.160.85
HSL316.36º40.74%10.59%-
HSV(B)316.36º57.89%14.9%-
XYZ1.250.891.47-
YUV24.4132.29137.7-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 44.19%
GREEN value IS 16 (6.64% from 255) = 18.60%
BLUE value IS 32 (12.89% from 255) = 37.21%
R=44.19%
G=18.60%
B=37.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.16
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38163200.580.160.85316.3640.7410.59
Hex26102003A105513c29b
Octal462040072201254745113
Binary1001101000010000001110101000010101011001111001010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261020; }

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

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

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

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

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

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

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

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