#261924

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

Shades of Melanzane #261924

Tints of Melanzane #261924

Color information

#261924 (or 0x261924) is unknown color: approx Melanzane. HEX triplet: 26, 19 and 24. RGB value is (38,25,36). Sum of RGB (Red+Green+Blue) = 38+25+36=99 (13% of max value = 765). Red value is 38 (15.23% from 255 or 38.38% from 99); Green value is 25 (10.16% from 255 or 25.25% from 99); Blue value is 36 (14.45% from 255 or 36.36% from 99); Max value from RGB is 38 - color contains mainly: red. Hex color #261924 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #261924 is #D9E6DB. Grayscale: #1E1E1E. Windows color (decimal): -14280412 or 2365734. OLE color: 2365734.

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

Color convert

RGB382536-
CMYK00.340.050.85
HSL309.23º20.63%12.35%-
HSV(B)309.23º34.21%14.9%-
XYZ1.471.231.83-
YUV30.14131.31133.61-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 38.38%
GREEN value IS 25 (10.16% from 255) = 25.25%
BLUE value IS 36 (14.45% from 255) = 36.36%
R=38.38%
G=25.25%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.05
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38253600.340.050.85309.2320.6312.35
Hex26192402255513515c
Octal46314404251254652514
Binary1001101100110010001000101011010101100110101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261924

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261924; }

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

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

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

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

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

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

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

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