#21061B

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

Shades of Melanzane #21061B

Tints of Melanzane #21061B

Color information

#21061B (or 0x21061B) is unknown color: approx Melanzane. HEX triplet: 21, 06 and 1B. RGB value is (33,6,27). Sum of RGB (Red+Green+Blue) = 33+6+27=66 (8% of max value = 765). Red value is 33 (13.28% from 255 or 50% from 66); Green value is 6 (2.73% from 255 or 9.09% from 66); Blue value is 27 (10.94% from 255 or 40.91% from 66); Max value from RGB is 33 - color contains mainly: red. Hex color #21061B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21061B is #DEF9E4. Grayscale: #101010. Windows color (decimal): -14612965 or 1771041. OLE color: 1771041.

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

Color convert

RGB33627-
CMYK00.820.180.87
HSL313.33º69.23%7.65%-
HSV(B)313.33º81.82%12.94%-
XYZ0.890.531.09-
YUV16.47133.95139.79-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 50%
GREEN value IS 6 (2.73% from 255) = 9.09%
BLUE value IS 27 (10.94% from 255) = 40.91%
R=50%
G=9.09%
B=40.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.18
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3362700.820.180.87313.3369.237.65
Hex2161B0521257139458
Octal4163301222212747110510
Binary100001110110110101001010010101011110011100110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21061B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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