Html Css Color HEX #262025 Melanzane

📋 copy color: '#262025'

red 38 ◦ green 32 ◦ blue 37

#262025
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Melanzane #262025

Tints of Melanzane #262025

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 value IS 0

 M value IS 0.16

 Y value IS 0.03

 K value IS 0.85

RGB Variations

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

Color information

#262025 (or 0x262025) is known color: 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

RGB 38 32 37 -
CMYK 0 0.16 0.03 0.85
HSL 310º 0.09% 0.14% -
HSV(B) 310º 0.16% 0.15% -
XYZ 1.65 1.58 1.97 -
YUV 34.36 129.49 130.59 -
System Red Green Blue C M Y K H S L
Decimal 38 32 37 0 0.16 0.03 0.85 310 0.09 0.14
Hex 26 20 25 0 10 3 55 136 9 E
Octal 46 40 45 0 20 3 125 466 11 16
Binary 100110 100000 100101 0 10000 11 1010101 100110110 1001 1110

Color Harmonies of #262025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #262025

Black with #262025

Text Example


Text Example

White with #262025

Text Example


Text Example

HTML Codes & Css Web 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>