#260E1E

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

Shades of Melanzane #260E1E

Tints of Melanzane #260E1E

Color information

#260E1E (or 0x260E1E) is unknown color: approx Melanzane. HEX triplet: 26, 0E and 1E. RGB value is (38,14,30). Sum of RGB (Red+Green+Blue) = 38+14+30=82 (10% of max value = 765). Red value is 38 (15.23% from 255 or 46.34% from 82); Green value is 14 (5.86% from 255 or 17.07% from 82); Blue value is 30 (12.11% from 255 or 36.59% from 82); Max value from RGB is 38 - color contains mainly: red. Hex color #260E1E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260E1E is #D9F1E1. Grayscale: #161616. Windows color (decimal): -14283234 or 1969702. OLE color: 1969702.

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

Color convert

RGB381430-
CMYK00.630.210.85
HSL320º46.15%10.2%-
HSV(B)320º63.16%14.9%-
XYZ1.190.821.32-
YUV23131.95138.7-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 46.34%
GREEN value IS 14 (5.86% from 255) = 17.07%
BLUE value IS 30 (12.11% from 255) = 36.59%
R=46.34%
G=17.07%
B=36.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.21
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38143000.630.210.8532046.1510.2
Hex26E1E03F15551402ea
Octal461636077251255005612
Binary10011011101111001111111010110101011010000001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260E1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,14,30); }

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

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

 a { background-color: rgb(38,14,30); }

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

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

 span { border-color: rgb(38,14,30); }

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