#21101B

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

Shades of Melanzane #21101B

Tints of Melanzane #21101B

Color information

#21101B (or 0x21101B) is unknown color: approx Melanzane. HEX triplet: 21, 10 and 1B. RGB value is (33,16,27). Sum of RGB (Red+Green+Blue) = 33+16+27=76 (10% of max value = 765). Red value is 33 (13.28% from 255 or 43.42% from 76); Green value is 16 (6.64% from 255 or 21.05% from 76); Blue value is 27 (10.94% from 255 or 35.53% from 76); Max value from RGB is 33 - color contains mainly: red. Hex color #21101B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21101B is #DEEFE4. Grayscale: #161616. Windows color (decimal): -14610405 or 1773601. OLE color: 1773601.

HSL color Cylindrical-coordinate representation of color #21101B: hue angle of 321.18º degrees, saturation: 0.35, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #21101B is Cyan = 0, Magento = 0.52, Yellow = 0.18 and Black (K on CMYK) = 0.87.

Color convert

RGB331627-
CMYK00.520.180.87
HSL321.18º34.69%9.61%-
HSV(B)321.18º51.52%12.94%-
XYZ1.010.771.13-
YUV22.34130.63135.61-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 43.42%
GREEN value IS 16 (6.64% from 255) = 21.05%
BLUE value IS 27 (10.94% from 255) = 35.53%
R=43.42%
G=21.05%
B=35.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.18
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33162700.520.180.87321.1834.699.61
Hex21101B034125714123a
Octal412033064221275014312
Binary100001100001101101101001001010101111010000011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21101B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21101B; }

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

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

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

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

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

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

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

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