#261520

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

Shades of Melanzane #261520

Tints of Melanzane #261520

Color information

#261520 (or 0x261520) is unknown color: approx Melanzane. HEX triplet: 26, 15 and 20. RGB value is (38,21,32). Sum of RGB (Red+Green+Blue) = 38+21+32=91 (12% of max value = 765). Red value is 38 (15.23% from 255 or 41.76% from 91); Green value is 21 (8.59% from 255 or 23.08% from 91); Blue value is 32 (12.89% from 255 or 35.16% from 91); Max value from RGB is 38 - color contains mainly: red. Hex color #261520 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #261520 is #D9EADF. Grayscale: #1B1B1B. Windows color (decimal): -14281440 or 2102566. OLE color: 2102566.

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

Color convert

RGB382132-
CMYK00.450.160.85
HSL321.18º28.81%11.57%-
HSV(B)321.18º44.74%14.9%-
XYZ1.331.051.5-
YUV27.34130.63135.61-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 41.76%
GREEN value IS 21 (8.59% from 255) = 23.08%
BLUE value IS 32 (12.89% from 255) = 35.16%
R=41.76%
G=23.08%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.16
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38213200.450.160.85321.1828.8111.57
Hex26152002D10551411dc
Octal462540055201255013514
Binary100110101011000000101101100001010101101000001111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261520; }

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

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

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

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

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

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

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

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