#260D1F

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

Shades of Melanzane #260D1F

Tints of Melanzane #260D1F

Color information

#260D1F (or 0x260D1F) is unknown color: approx Melanzane. HEX triplet: 26, 0D and 1F. RGB value is (38,13,31). Sum of RGB (Red+Green+Blue) = 38+13+31=82 (10% of max value = 765). Red value is 38 (15.23% from 255 or 46.34% from 82); Green value is 13 (5.47% from 255 or 15.85% from 82); Blue value is 31 (12.5% from 255 or 37.80% from 82); Max value from RGB is 38 - color contains mainly: red. Hex color #260D1F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260D1F is #D9F2E0. Grayscale: #161616. Windows color (decimal): -14283489 or 2034982. OLE color: 2034982.

HSL color Cylindrical-coordinate representation of color #260D1F: hue angle of 316.8º 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 #260D1F is Cyan = 0, Magento = 0.66, Yellow = 0.18 and Black (K on CMYK) = 0.85.

Color convert

RGB381331-
CMYK00.660.180.85
HSL316.8º49.02%10%-
HSV(B)316.8º65.79%14.9%-
XYZ1.190.81.39-
YUV22.53132.78139.04-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 46.34%
GREEN value IS 13 (5.47% from 255) = 15.85%
BLUE value IS 31 (12.5% from 255) = 37.80%
R=46.34%
G=15.85%
B=37.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.18
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38133100.660.180.85316.849.0210
Hex26D1F042125513d31a
Octal4615370102221254756112
Binary100110110111111010000101001010101011001111011100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260D1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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