#21131B

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

Shades of Melanzane #21131B

Tints of Melanzane #21131B

Color information

#21131B (or 0x21131B) is unknown color: approx Melanzane. HEX triplet: 21, 13 and 1B. RGB value is (33,19,27). Sum of RGB (Red+Green+Blue) = 33+19+27=79 (10% of max value = 765). Red value is 33 (13.28% from 255 or 41.77% from 79); Green value is 19 (7.81% from 255 or 24.05% from 79); Blue value is 27 (10.94% from 255 or 34.18% from 79); Max value from RGB is 33 - color contains mainly: red. Hex color #21131B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21131B is #DEECE4. Grayscale: #181818. Windows color (decimal): -14609637 or 1774369. OLE color: 1774369.

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

Color convert

RGB331927-
CMYK00.420.180.87
HSL325.71º26.92%10.2%-
HSV(B)325.71º42.42%12.94%-
XYZ1.060.871.15-
YUV24.1129.64134.35-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 41.77%
GREEN value IS 19 (7.81% from 255) = 24.05%
BLUE value IS 27 (10.94% from 255) = 34.18%
R=41.77%
G=24.05%
B=34.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.18
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33192700.420.180.87325.7126.9210.2
Hex21131B02A12571461ba
Octal412333052221275063312
Binary10000110011110110101010100101010111101000110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21131B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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