#262225

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

Shades of Melanzane #262225

Tints of Melanzane #262225

Color information

#262225 (or 0x262225) is unknown color: approx Melanzane. HEX triplet: 26, 22 and 25. RGB value is (38,34,37). Sum of RGB (Red+Green+Blue) = 38+34+37=109 (14% of max value = 765). Red value is 38 (15.23% from 255 or 34.86% from 109); Green value is 34 (13.67% from 255 or 31.19% from 109); Blue value is 37 (14.84% from 255 or 33.94% from 109); Max value from RGB is 38 - color contains mainly: red. Hex color #262225 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #262225 is #D9DDDA. Grayscale: #232323. Windows color (decimal): -14278107 or 2433574. OLE color: 2433574.

HSL color Cylindrical-coordinate representation of color #262225: hue angle of 315º degrees, saturation: 0.06, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #262225 is Cyan = 0, Magento = 0.11, Yellow = 0.03 and Black (K on CMYK) = 0.85.

Color convert

RGB383437-
CMYK00.110.030.85
HSL315º5.56%14.12%-
HSV(B)315º10.53%14.9%-
XYZ1.711.691.99-
YUV35.54128.83129.76-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 34.86%
GREEN value IS 34 (13.67% from 255) = 31.19%
BLUE value IS 37 (14.84% from 255) = 33.94%
R=34.86%
G=31.19%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.03
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38343700.110.030.853155.5614.12
Hex2622250B35513b6e
Octal4642450133125473616
Binary100110100010100101010111110101011001110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #262225; }

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

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

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

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

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

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

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

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