#261E24

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

Shades of Melanzane #261E24

Tints of Melanzane #261E24

Color information

#261E24 (or 0x261E24) is unknown color: approx Melanzane. HEX triplet: 26, 1E and 24. RGB value is (38,30,36). Sum of RGB (Red+Green+Blue) = 38+30+36=104 (13% of max value = 765). Red value is 38 (15.23% from 255 or 36.54% from 104); Green value is 30 (12.11% from 255 or 28.85% from 104); Blue value is 36 (14.45% from 255 or 34.62% from 104); Max value from RGB is 38 - color contains mainly: red. Hex color #261E24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #261E24 is #D9E1DB. Grayscale: #212121. Windows color (decimal): -14279132 or 2367014. OLE color: 2367014.

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

Color convert

RGB383036-
CMYK00.210.050.85
HSL315º11.76%13.33%-
HSV(B)315º21.05%14.9%-
XYZ1.581.471.87-
YUV33.08129.65131.51-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 36.54%
GREEN value IS 30 (12.11% from 255) = 28.85%
BLUE value IS 36 (14.45% from 255) = 34.62%
R=36.54%
G=28.85%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.05
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38303600.210.050.8531511.7613.33
Hex261E2401555513bcd
Octal46364402551254731415
Binary10011011110100100010101101101010110011101111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261E24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261E24; }

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

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

<style>
 a { background-color: #261E24; }

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

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

<style>
 span { border-color: #261E24; }

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

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