#26061E

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

Shades of Melanzane #26061E

Tints of Melanzane #26061E

Color information

#26061E (or 0x26061E) is unknown color: approx Melanzane. HEX triplet: 26, 06 and 1E. RGB value is (38,6,30). Sum of RGB (Red+Green+Blue) = 38+6+30=74 (9% of max value = 765). Red value is 38 (15.23% from 255 or 51.35% from 74); Green value is 6 (2.73% from 255 or 8.11% from 74); Blue value is 30 (12.11% from 255 or 40.54% from 74); Max value from RGB is 38 - color contains mainly: red. Hex color #26061E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #26061E is #D9F9E1. Grayscale: #121212. Windows color (decimal): -14285282 or 1967654. OLE color: 1967654.

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

Color convert

RGB38630-
CMYK00.840.210.85
HSL315º72.73%8.63%-
HSV(B)315º84.21%14.9%-
XYZ1.10.641.29-
YUV18.3134.6142.05-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 51.35%
GREEN value IS 6 (2.73% from 255) = 8.11%
BLUE value IS 30 (12.11% from 255) = 40.54%
R=51.35%
G=8.11%
B=40.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.21
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3863000.840.210.8531572.738.63
Hex2661E054155513b499
Octal4663601242512547311111
Binary100110110111100101010010101101010110011101110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26061E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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