#261720

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

Shades of Melanzane #261720

Tints of Melanzane #261720

Color information

#261720 (or 0x261720) is unknown color: approx Melanzane. HEX triplet: 26, 17 and 20. RGB value is (38,23,32). Sum of RGB (Red+Green+Blue) = 38+23+32=93 (12% of max value = 765). Red value is 38 (15.23% from 255 or 40.86% from 93); Green value is 23 (9.38% from 255 or 24.73% from 93); Blue value is 32 (12.89% from 255 or 34.41% from 93); Max value from RGB is 38 - color contains mainly: red. Hex color #261720 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #261720 is #D9E8DF. Grayscale: #1C1C1C. Windows color (decimal): -14280928 or 2103078. OLE color: 2103078.

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

Color convert

RGB382332-
CMYK00.390.160.85
HSL324º24.59%11.96%-
HSV(B)324º39.47%14.9%-
XYZ1.371.131.51-
YUV28.51129.97134.77-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 40.86%
GREEN value IS 23 (9.38% from 255) = 24.73%
BLUE value IS 32 (12.89% from 255) = 34.41%
R=40.86%
G=24.73%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.16
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38233200.390.160.8532424.5911.96
Hex261720027105514419c
Octal462740047201255043114
Binary100110101111000000100111100001010101101000100110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261720; }

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

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

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

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

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

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

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

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