#261521

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

Shades of Melanzane #261521

Tints of Melanzane #261521

Color information

#261521 (or 0x261521) is unknown color: approx Melanzane. HEX triplet: 26, 15 and 21. RGB value is (38,21,33). Sum of RGB (Red+Green+Blue) = 38+21+33=92 (12% of max value = 765). Red value is 38 (15.23% from 255 or 41.30% from 92); Green value is 21 (8.59% from 255 or 22.83% from 92); Blue value is 33 (13.28% from 255 or 35.87% from 92); Max value from RGB is 38 - color contains mainly: red. Hex color #261521 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #261521 is #D9EADE. Grayscale: #1B1B1B. Windows color (decimal): -14281439 or 2168102. OLE color: 2168102.

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

Color convert

RGB382133-
CMYK00.450.130.85
HSL317.65º28.81%11.57%-
HSV(B)317.65º44.74%14.9%-
XYZ1.341.061.57-
YUV27.45131.13135.52-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 41.30%
GREEN value IS 21 (8.59% from 255) = 22.83%
BLUE value IS 33 (13.28% from 255) = 35.87%
R=41.30%
G=22.83%
B=35.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.13
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38213300.450.130.85317.6528.8111.57
Hex26152102DD5513e1dc
Octal462541055151254763514
Binary10011010101100001010110111011010101100111110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261521; }

 p { color: rgb(38,21,33); }

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

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

 a { background-color: rgb(38,21,33); }

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

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

 span { border-color: rgb(38,21,33); }

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