#261320

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

Shades of Melanzane #261320

Tints of Melanzane #261320

Color information

#261320 (or 0x261320) is unknown color: approx Melanzane. HEX triplet: 26, 13 and 20. RGB value is (38,19,32). Sum of RGB (Red+Green+Blue) = 38+19+32=89 (11% of max value = 765). Red value is 38 (15.23% from 255 or 42.70% from 89); Green value is 19 (7.81% from 255 or 21.35% from 89); Blue value is 32 (12.89% from 255 or 35.96% from 89); Max value from RGB is 38 - color contains mainly: red. Hex color #261320 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #261320 is #D9ECDF. Grayscale: #1A1A1A. Windows color (decimal): -14281952 or 2102054. OLE color: 2102054.

HSL color Cylindrical-coordinate representation of color #261320: hue angle of 318.95º degrees, saturation: 0.33, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #261320 is Cyan = 0, Magento = 0.50, Yellow = 0.16 and Black (K on CMYK) = 0.85.

Color convert

RGB381932-
CMYK00.500.160.85
HSL318.95º33.33%11.18%-
HSV(B)318.95º50%14.9%-
XYZ1.290.981.49-
YUV26.16131.29136.44-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 42.70%
GREEN value IS 19 (7.81% from 255) = 21.35%
BLUE value IS 32 (12.89% from 255) = 35.96%
R=42.70%
G=21.35%
B=35.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.16
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38193200.500.160.85318.9533.3311.18
Hex261320032105513f21b
Octal462340062201254774113
Binary1001101001110000001100101000010101011001111111000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261320; }

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

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

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

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

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

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

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

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