#260D20

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

Shades of Melanzane #260D20

Tints of Melanzane #260D20

Color information

#260D20 (or 0x260D20) is unknown color: approx Melanzane. HEX triplet: 26, 0D and 20. RGB value is (38,13,32). Sum of RGB (Red+Green+Blue) = 38+13+32=83 (10% of max value = 765). Red value is 38 (15.23% from 255 or 45.78% from 83); Green value is 13 (5.47% from 255 or 15.66% from 83); Blue value is 32 (12.89% from 255 or 38.55% from 83); Max value from RGB is 38 - color contains mainly: red. Hex color #260D20 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260D20 is #D9F2DF. Grayscale: #161616. Windows color (decimal): -14283488 or 2100518. OLE color: 2100518.

HSL color Cylindrical-coordinate representation of color #260D20: hue angle of 314.4º degrees, saturation: 0.49, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #260D20 is Cyan = 0, Magento = 0.66, Yellow = 0.16 and Black (K on CMYK) = 0.85.

Color convert

RGB381332-
CMYK00.660.160.85
HSL314.4º49.02%10%-
HSV(B)314.4º65.79%14.9%-
XYZ1.20.81.46-
YUV22.64133.28138.96-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 45.78%
GREEN value IS 13 (5.47% from 255) = 15.66%
BLUE value IS 32 (12.89% from 255) = 38.55%
R=45.78%
G=15.66%
B=38.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.16
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38133200.660.160.85314.449.0210
Hex26D20042105513a31a
Octal4615400102201254726112
Binary1001101101100000010000101000010101011001110101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260D20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260D20; }

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

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

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

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

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

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

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

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