#261D24

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

Shades of Melanzane #261D24

Tints of Melanzane #261D24

Color information

#261D24 (or 0x261D24) is unknown color: approx Melanzane. HEX triplet: 26, 1D and 24. RGB value is (38,29,36). Sum of RGB (Red+Green+Blue) = 38+29+36=103 (13% of max value = 765). Red value is 38 (15.23% from 255 or 36.89% from 103); Green value is 29 (11.72% from 255 or 28.16% from 103); Blue value is 36 (14.45% from 255 or 34.95% from 103); Max value from RGB is 38 - color contains mainly: red. Hex color #261D24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #261D24 is #D9E2DB. Grayscale: #202020. Windows color (decimal): -14279388 or 2366758. OLE color: 2366758.

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

Color convert

RGB382936-
CMYK00.240.050.85
HSL313.33º13.43%13.14%-
HSV(B)313.33º23.68%14.9%-
XYZ1.561.421.86-
YUV32.49129.98131.93-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 36.89%
GREEN value IS 29 (11.72% from 255) = 28.16%
BLUE value IS 36 (14.45% from 255) = 34.95%
R=36.89%
G=28.16%
B=34.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.05
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38293600.240.050.85313.3313.4313.14
Hex261D24018555139dd
Octal46354403051254711515
Binary10011011101100100011000101101010110011100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261D24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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