#21011A

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

Shades of Melanzane #21011A

Tints of Melanzane #21011A

Color information

#21011A (or 0x21011A) is unknown color: approx Melanzane. HEX triplet: 21, 01 and 1A. RGB value is (33,1,26). Sum of RGB (Red+Green+Blue) = 33+1+26=60 (7% of max value = 765). Red value is 33 (13.28% from 255 or 55% from 60); Green value is 1 (0.78% from 255 or 1.67% from 60); Blue value is 26 (10.55% from 255 or 43.33% from 60); Max value from RGB is 33 - color contains mainly: red. Hex color #21011A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21011A is #DEFEE5. Grayscale: #0D0D0D. Windows color (decimal): -14614246 or 1704225. OLE color: 1704225.

HSL color Cylindrical-coordinate representation of color #21011A: hue angle of 313.12º degrees, saturation: 0.94, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #21011A is Cyan = 0, Magento = 0.97, Yellow = 0.21 and Black (K on CMYK) = 0.87.

Color convert

RGB33126-
CMYK00.970.210.87
HSL313.12º94.12%6.67%-
HSV(B)313.12º96.97%12.94%-
XYZ0.820.421.01-
YUV13.42135.1141.97-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 55%
GREEN value IS 1 (0.78% from 255) = 1.67%
BLUE value IS 26 (10.55% from 255) = 43.33%
R=55%
G=1.67%
B=43.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.21
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3312600.970.210.87313.1294.126.67
Hex2111A06115571395e7
Octal411320141251274711367
Binary100001111010011000011010110101111001110011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21011A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21011A; }

 p { color: rgb(33,1,26); }

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

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

 a { background-color: rgb(33,1,26); }

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

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

 span { border-color: rgb(33,1,26); }

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