#21071A

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

Shades of Melanzane #21071A

Tints of Melanzane #21071A

Color information

#21071A (or 0x21071A) is unknown color: approx Melanzane. HEX triplet: 21, 07 and 1A. RGB value is (33,7,26). Sum of RGB (Red+Green+Blue) = 33+7+26=66 (8% of max value = 765). Red value is 33 (13.28% from 255 or 50% from 66); Green value is 7 (3.12% from 255 or 10.61% from 66); Blue value is 26 (10.55% from 255 or 39.39% from 66); Max value from RGB is 33 - color contains mainly: red. Hex color #21071A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21071A is #DEF8E5. Grayscale: #101010. Windows color (decimal): -14612710 or 1705761. OLE color: 1705761.

HSL color Cylindrical-coordinate representation of color #21071A: hue angle of 316.15º degrees, saturation: 0.65, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #21071A is Cyan = 0, Magento = 0.79, Yellow = 0.21 and Black (K on CMYK) = 0.87.

Color convert

RGB33726-
CMYK00.790.210.87
HSL316.15º65%7.84%-
HSV(B)316.15º78.79%12.94%-
XYZ0.890.551.04-
YUV16.94133.11139.46-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 50%
GREEN value IS 7 (3.12% from 255) = 10.61%
BLUE value IS 26 (10.55% from 255) = 39.39%
R=50%
G=10.61%
B=39.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.21
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3372600.790.210.87316.15657.84
Hex2171A04F155713c418
Octal4173201172512747410110
Binary100001111110100100111110101101011110011110010000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21071A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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