#26081E

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

Shades of Melanzane #26081E

Tints of Melanzane #26081E

Color information

#26081E (or 0x26081E) is unknown color: approx Melanzane. HEX triplet: 26, 08 and 1E. RGB value is (38,8,30). Sum of RGB (Red+Green+Blue) = 38+8+30=76 (10% of max value = 765). Red value is 38 (15.23% from 255 or 50% from 76); Green value is 8 (3.52% from 255 or 10.53% from 76); Blue value is 30 (12.11% from 255 or 39.47% from 76); Max value from RGB is 38 - color contains mainly: red. Hex color #26081E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #26081E is #D9F7E1. Grayscale: #131313. Windows color (decimal): -14284770 or 1968166. OLE color: 1968166.

HSL color Cylindrical-coordinate representation of color #26081E: hue angle of 316º degrees, saturation: 0.65, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #26081E is Cyan = 0, Magento = 0.79, Yellow = 0.21 and Black (K on CMYK) = 0.85.

Color convert

RGB38830-
CMYK00.790.210.85
HSL316º65.22%9.02%-
HSV(B)316º78.95%14.9%-
XYZ1.120.681.3-
YUV19.48133.94141.21-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 50%
GREEN value IS 8 (3.52% from 255) = 10.53%
BLUE value IS 30 (12.11% from 255) = 39.47%
R=50%
G=10.53%
B=39.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.21
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3883000.790.210.8531665.229.02
Hex2681E04F155513c419
Octal46103601172512547410111
Binary1001101000111100100111110101101010110011110010000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26081E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26081E; }

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

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

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

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

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

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

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

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