#261322

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

Shades of Melanzane #261322

Tints of Melanzane #261322

Color information

#261322 (or 0x261322) is unknown color: approx Melanzane. HEX triplet: 26, 13 and 22. RGB value is (38,19,34). Sum of RGB (Red+Green+Blue) = 38+19+34=91 (12% of max value = 765). Red value is 38 (15.23% from 255 or 41.76% from 91); Green value is 19 (7.81% from 255 or 20.88% from 91); Blue value is 34 (13.67% from 255 or 37.36% from 91); Max value from RGB is 38 - color contains mainly: red. Hex color #261322 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #261322 is #D9ECDD. Grayscale: #1A1A1A. Windows color (decimal): -14281950 or 2233126. OLE color: 2233126.

HSL color Cylindrical-coordinate representation of color #261322: hue angle of 312.63º 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 #261322 is Cyan = 0, Magento = 0.50, Yellow = 0.11 and Black (K on CMYK) = 0.85.

Color convert

RGB381934-
CMYK00.500.110.85
HSL312.63º33.33%11.18%-
HSV(B)312.63º50%14.9%-
XYZ1.320.991.64-
YUV26.39132.29136.28-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 41.76%
GREEN value IS 19 (7.81% from 255) = 20.88%
BLUE value IS 34 (13.67% from 255) = 37.36%
R=41.76%
G=20.88%
B=37.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.11
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38193400.500.110.85312.6333.3311.18
Hex261322032B5513921b
Octal462342062131254714113
Binary100110100111000100110010101110101011001110011000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261322; }

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

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

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

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

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

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

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

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