#260920

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

Shades of Melanzane #260920

Tints of Melanzane #260920

Color information

#260920 (or 0x260920) is unknown color: approx Melanzane. HEX triplet: 26, 09 and 20. RGB value is (38,9,32). Sum of RGB (Red+Green+Blue) = 38+9+32=79 (10% of max value = 765). Red value is 38 (15.23% from 255 or 48.10% from 79); Green value is 9 (3.91% from 255 or 11.39% from 79); Blue value is 32 (12.89% from 255 or 40.51% from 79); Max value from RGB is 38 - color contains mainly: red. Hex color #260920 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260920 is #D9F6DF. Grayscale: #141414. Windows color (decimal): -14284512 or 2099494. OLE color: 2099494.

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

Color convert

RGB38932-
CMYK00.760.160.85
HSL312.41º61.7%9.22%-
HSV(B)312.41º76.32%14.9%-
XYZ1.160.711.44-
YUV20.29134.61140.63-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 48.10%
GREEN value IS 9 (3.91% from 255) = 11.39%
BLUE value IS 32 (12.89% from 255) = 40.51%
R=48.10%
G=11.39%
B=40.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.16
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3893200.760.160.85312.4161.79.22
Hex2692004C10551383e9
Octal4611400114201254707611
Binary1001101001100000010011001000010101011001110001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260920; }

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

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

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

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

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

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

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

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