#26161F

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

Shades of Melanzane #26161F

Tints of Melanzane #26161F

Color information

#26161F (or 0x26161F) is unknown color: approx Melanzane. HEX triplet: 26, 16 and 1F. RGB value is (38,22,31). Sum of RGB (Red+Green+Blue) = 38+22+31=91 (12% of max value = 765). Red value is 38 (15.23% from 255 or 41.76% from 91); Green value is 22 (8.98% from 255 or 24.18% from 91); Blue value is 31 (12.5% from 255 or 34.07% from 91); Max value from RGB is 38 - color contains mainly: red. Hex color #26161F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #26161F is #D9E9E0. Grayscale: #1B1B1B. Windows color (decimal): -14281185 or 2037286. OLE color: 2037286.

HSL color Cylindrical-coordinate representation of color #26161F: hue angle of 326.25º degrees, saturation: 0.27, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #26161F is Cyan = 0, Magento = 0.42, Yellow = 0.18 and Black (K on CMYK) = 0.85.

Color convert

RGB382231-
CMYK00.420.180.85
HSL326.25º26.67%11.76%-
HSV(B)326.25º42.11%14.9%-
XYZ1.331.081.44-
YUV27.81129.8135.27-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 41.76%
GREEN value IS 22 (8.98% from 255) = 24.18%
BLUE value IS 31 (12.5% from 255) = 34.07%
R=41.76%
G=24.18%
B=34.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.18
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38223100.420.180.85326.2526.6711.76
Hex26161F02A12551461bc
Octal462637052221255063314
Binary10011010110111110101010100101010101101000110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26161F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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