#261F24

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

Shades of Melanzane #261F24

Tints of Melanzane #261F24

Color information

#261F24 (or 0x261F24) is unknown color: approx Melanzane. HEX triplet: 26, 1F and 24. RGB value is (38,31,36). Sum of RGB (Red+Green+Blue) = 38+31+36=105 (13% of max value = 765). Red value is 38 (15.23% from 255 or 36.19% from 105); Green value is 31 (12.5% from 255 or 29.52% from 105); Blue value is 36 (14.45% from 255 or 34.29% from 105); Max value from RGB is 38 - color contains mainly: red. Hex color #261F24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #261F24 is #D9E0DB. Grayscale: #212121. Windows color (decimal): -14278876 or 2367270. OLE color: 2367270.

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

Color convert

RGB383136-
CMYK00.180.050.85
HSL317.14º10.14%13.53%-
HSV(B)317.14º18.42%14.9%-
XYZ1.611.521.88-
YUV33.66129.32131.09-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 36.19%
GREEN value IS 31 (12.5% from 255) = 29.52%
BLUE value IS 36 (14.45% from 255) = 34.29%
R=36.19%
G=29.52%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.05
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38313600.180.050.85317.1410.1413.53
Hex261F2401255513dae
Octal46374402251254751216
Binary10011011111100100010010101101010110011110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261F24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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