#261420

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

Shades of Melanzane #261420

Tints of Melanzane #261420

Color information

#261420 (or 0x261420) is unknown color: approx Melanzane. HEX triplet: 26, 14 and 20. RGB value is (38,20,32). Sum of RGB (Red+Green+Blue) = 38+20+32=90 (11% of max value = 765). Red value is 38 (15.23% from 255 or 42.22% from 90); Green value is 20 (8.20% from 255 or 22.22% from 90); Blue value is 32 (12.89% from 255 or 35.56% from 90); Max value from RGB is 38 - color contains mainly: red. Hex color #261420 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #261420 is #D9EBDF. Grayscale: #1A1A1A. Windows color (decimal): -14281696 or 2102310. OLE color: 2102310.

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

Color convert

RGB382032-
CMYK00.470.160.85
HSL320º31.03%11.37%-
HSV(B)320º47.37%14.9%-
XYZ1.311.021.49-
YUV26.75130.96136.02-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 42.22%
GREEN value IS 20 (8.20% from 255) = 22.22%
BLUE value IS 32 (12.89% from 255) = 35.56%
R=42.22%
G=22.22%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.16
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38203200.470.160.8532031.0311.37
Hex26142002F10551401fb
Octal462440057201255003713
Binary100110101001000000101111100001010101101000000111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261420; }

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

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

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

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

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

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

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

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