#26061F

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

Shades of Melanzane #26061F

Tints of Melanzane #26061F

Color information

#26061F (or 0x26061F) is unknown color: approx Melanzane. HEX triplet: 26, 06 and 1F. RGB value is (38,6,31). Sum of RGB (Red+Green+Blue) = 38+6+31=75 (9% of max value = 765). Red value is 38 (15.23% from 255 or 50.67% from 75); Green value is 6 (2.73% from 255 or 8% from 75); Blue value is 31 (12.5% from 255 or 41.33% from 75); Max value from RGB is 38 - color contains mainly: red. Hex color #26061F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #26061F is #D9F9E0. Grayscale: #121212. Windows color (decimal): -14285281 or 2033190. OLE color: 2033190.

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

Color convert

RGB38631-
CMYK00.840.180.85
HSL313.12º72.73%8.63%-
HSV(B)313.12º84.21%14.9%-
XYZ1.110.641.36-
YUV18.42135.1141.97-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 50.67%
GREEN value IS 6 (2.73% from 255) = 8%
BLUE value IS 31 (12.5% from 255) = 41.33%
R=50.67%
G=8%
B=41.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.18
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3863100.840.180.85313.1272.738.63
Hex2661F0541255139499
Octal4663701242212547111111
Binary100110110111110101010010010101010110011100110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26061F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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