#262124

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

Shades of Melanzane #262124

Tints of Melanzane #262124

Color information

#262124 (or 0x262124) is unknown color: approx Melanzane. HEX triplet: 26, 21 and 24. RGB value is (38,33,36). Sum of RGB (Red+Green+Blue) = 38+33+36=107 (14% of max value = 765). Red value is 38 (15.23% from 255 or 35.51% from 107); Green value is 33 (13.28% from 255 or 30.84% from 107); Blue value is 36 (14.45% from 255 or 33.64% from 107); Max value from RGB is 38 - color contains mainly: red. Hex color #262124 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #262124 is #D9DEDB. Grayscale: #222222. Windows color (decimal): -14278364 or 2367782. OLE color: 2367782.

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

Color convert

RGB383336-
CMYK00.130.050.85
HSL324º7.04%13.92%-
HSV(B)324º13.16%14.9%-
XYZ1.661.631.9-
YUV34.84128.66130.26-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 35.51%
GREEN value IS 33 (13.28% from 255) = 30.84%
BLUE value IS 36 (14.45% from 255) = 33.64%
R=35.51%
G=30.84%
B=33.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.05
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38333600.130.050.853247.0413.92
Hex2621240D5551447e
Octal4641440155125504716
Binary1001101000011001000110110110101011010001001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #262124; }

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

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

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

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

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

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

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

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