#261021

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

Shades of Melanzane #261021

Tints of Melanzane #261021

Color information

#261021 (or 0x261021) is unknown color: approx Melanzane. HEX triplet: 26, 10 and 21. RGB value is (38,16,33). Sum of RGB (Red+Green+Blue) = 38+16+33=87 (11% of max value = 765). Red value is 38 (15.23% from 255 or 43.68% from 87); Green value is 16 (6.64% from 255 or 18.39% from 87); Blue value is 33 (13.28% from 255 or 37.93% from 87); Max value from RGB is 38 - color contains mainly: red. Hex color #261021 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #261021 is #D9EFDE. Grayscale: #181818. Windows color (decimal): -14282719 or 2166822. OLE color: 2166822.

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

Color convert

RGB381633-
CMYK00.580.130.85
HSL313.64º40.74%10.59%-
HSV(B)313.64º57.89%14.9%-
XYZ1.260.891.54-
YUV24.52132.79137.62-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 43.68%
GREEN value IS 16 (6.64% from 255) = 18.39%
BLUE value IS 33 (13.28% from 255) = 37.93%
R=43.68%
G=18.39%
B=37.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.13
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38163300.580.130.85313.6440.7410.59
Hex26102103AD5513a29b
Octal462041072151254725113
Binary100110100001000010111010110110101011001110101010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261021; }

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

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

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

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

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

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

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

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