#21081B

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

Shades of Melanzane #21081B

Tints of Melanzane #21081B

Color information

#21081B (or 0x21081B) is unknown color: approx Melanzane. HEX triplet: 21, 08 and 1B. RGB value is (33,8,27). Sum of RGB (Red+Green+Blue) = 33+8+27=68 (9% of max value = 765). Red value is 33 (13.28% from 255 or 48.53% from 68); Green value is 8 (3.52% from 255 or 11.76% from 68); Blue value is 27 (10.94% from 255 or 39.71% from 68); Max value from RGB is 33 - color contains mainly: red. Hex color #21081B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21081B is #DEF7E4. Grayscale: #111111. Windows color (decimal): -14612453 or 1771553. OLE color: 1771553.

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

Color convert

RGB33827-
CMYK00.760.180.87
HSL314.4º60.98%8.04%-
HSV(B)314.4º75.76%12.94%-
XYZ0.910.581.1-
YUV17.64133.28138.96-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 48.53%
GREEN value IS 8 (3.52% from 255) = 11.76%
BLUE value IS 27 (10.94% from 255) = 39.71%
R=48.53%
G=11.76%
B=39.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.18
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3382700.760.180.87314.460.988.04
Hex2181B04C125713a3d8
Octal4110330114221274727510
Binary100001100011011010011001001010101111001110101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21081B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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