#260F1E

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

Shades of Melanzane #260F1E

Tints of Melanzane #260F1E

Color information

#260F1E (or 0x260F1E) is unknown color: approx Melanzane. HEX triplet: 26, 0F and 1E. RGB value is (38,15,30). Sum of RGB (Red+Green+Blue) = 38+15+30=83 (10% of max value = 765). Red value is 38 (15.23% from 255 or 45.78% from 83); Green value is 15 (6.25% from 255 or 18.07% from 83); Blue value is 30 (12.11% from 255 or 36.14% from 83); Max value from RGB is 38 - color contains mainly: red. Hex color #260F1E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260F1E is #D9F0E1. Grayscale: #171717. Windows color (decimal): -14282978 or 1969958. OLE color: 1969958.

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

Color convert

RGB381530-
CMYK00.610.210.85
HSL320.87º43.4%10.39%-
HSV(B)320.87º60.53%14.9%-
XYZ1.20.851.33-
YUV23.59131.62138.28-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 45.78%
GREEN value IS 15 (6.25% from 255) = 18.07%
BLUE value IS 30 (12.11% from 255) = 36.14%
R=45.78%
G=18.07%
B=36.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.21
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38153000.610.210.85320.8743.410.39
Hex26F1E03D15551412ba
Octal461736075251255015312
Binary10011011111111001111011010110101011010000011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260F1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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