#261F25

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

Shades of Melanzane #261F25

Tints of Melanzane #261F25

Color information

#261F25 (or 0x261F25) is unknown color: approx Melanzane. HEX triplet: 26, 1F and 25. RGB value is (38,31,37). Sum of RGB (Red+Green+Blue) = 38+31+37=106 (14% of max value = 765). Red value is 38 (15.23% from 255 or 35.85% from 106); Green value is 31 (12.5% from 255 or 29.25% from 106); Blue value is 37 (14.84% from 255 or 34.91% from 106); Max value from RGB is 38 - color contains mainly: red. Hex color #261F25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #261F25 is #D9E0DA. Grayscale: #212121. Windows color (decimal): -14278875 or 2432806. OLE color: 2432806.

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

Color convert

RGB383137-
CMYK00.180.030.85
HSL308.57º10.14%13.53%-
HSV(B)308.57º18.42%14.9%-
XYZ1.621.531.96-
YUV33.78129.82131.01-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 35.85%
GREEN value IS 31 (12.5% from 255) = 29.25%
BLUE value IS 37 (14.84% from 255) = 34.91%
R=35.85%
G=29.25%
B=34.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.03
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38313700.180.030.85308.5710.1413.53
Hex261F25012355135ae
Octal46374502231254651216
Binary1001101111110010101001011101010110011010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261F25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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