#262025

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

Shades of Melanzane #262025

Tints of Melanzane #262025

Color information

#262025 (or 0x262025) is unknown color: approx Melanzane. HEX triplet: 26, 20 and 25. RGB value is (38,32,37). Sum of RGB (Red+Green+Blue) = 38+32+37=107 (14% of max value = 765). Red value is 38 (15.23% from 255 or 35.51% from 107); Green value is 32 (12.89% from 255 or 29.91% from 107); Blue value is 37 (14.84% from 255 or 34.58% from 107); Max value from RGB is 38 - color contains mainly: red. Hex color #262025 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #262025 is #D9DFDA. Grayscale: #222222. Windows color (decimal): -14278619 or 2433062. OLE color: 2433062.

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

Color convert

RGB383237-
CMYK00.160.030.85
HSL310º8.57%13.73%-
HSV(B)310º15.79%14.9%-
XYZ1.651.581.97-
YUV34.36129.49130.59-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 35.51%
GREEN value IS 32 (12.89% from 255) = 29.91%
BLUE value IS 37 (14.84% from 255) = 34.58%
R=35.51%
G=29.91%
B=34.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.03
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38323700.160.030.853108.5713.73
Hex2620250103551369e
Octal46404502031254661116
Binary10011010000010010101000011101010110011011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #262025; }

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

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

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

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

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

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

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

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