#21061A

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

Shades of Melanzane #21061A

Tints of Melanzane #21061A

Color information

#21061A (or 0x21061A) is unknown color: approx Melanzane. HEX triplet: 21, 06 and 1A. RGB value is (33,6,26). Sum of RGB (Red+Green+Blue) = 33+6+26=65 (8% of max value = 765). Red value is 33 (13.28% from 255 or 50.77% from 65); Green value is 6 (2.73% from 255 or 9.23% from 65); Blue value is 26 (10.55% from 255 or 40% from 65); Max value from RGB is 33 - color contains mainly: red. Hex color #21061A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21061A is #DEF9E5. Grayscale: #101010. Windows color (decimal): -14612966 or 1705505. OLE color: 1705505.

HSL color Cylindrical-coordinate representation of color #21061A: hue angle of 315.56º 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 #21061A is Cyan = 0, Magento = 0.82, Yellow = 0.21 and Black (K on CMYK) = 0.87.

Color convert

RGB33626-
CMYK00.820.210.87
HSL315.56º69.23%7.65%-
HSV(B)315.56º81.82%12.94%-
XYZ0.880.531.03-
YUV16.35133.45139.87-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 50.77%
GREEN value IS 6 (2.73% from 255) = 9.23%
BLUE value IS 26 (10.55% from 255) = 40%
R=50.77%
G=9.23%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.21
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3362600.820.210.87315.5669.237.65
Hex2161A052155713c458
Octal4163201222512747410510
Binary100001110110100101001010101101011110011110010001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21061A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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