#20071B

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

Shades of Melanzane #20071B

Tints of Melanzane #20071B

Color information

#20071B (or 0x20071B) is unknown color: approx Melanzane. HEX triplet: 20, 07 and 1B. RGB value is (32,7,27). Sum of RGB (Red+Green+Blue) = 32+7+27=66 (8% of max value = 765). Red value is 32 (12.89% from 255 or 48.48% from 66); Green value is 7 (3.12% from 255 or 10.61% from 66); Blue value is 27 (10.94% from 255 or 40.91% from 66); Max value from RGB is 32 - color contains mainly: red. Hex color #20071B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20071B is #DFF8E4. Grayscale: #101010. Windows color (decimal): -14678245 or 1771296. OLE color: 1771296.

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

Color convert

RGB32727-
CMYK00.780.160.87
HSL312º64.1%7.65%-
HSV(B)312º78.12%12.55%-
XYZ0.870.541.09-
YUV16.76133.78138.87-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 48.48%
GREEN value IS 7 (3.12% from 255) = 10.61%
BLUE value IS 27 (10.94% from 255) = 40.91%
R=48.48%
G=10.61%
B=40.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.16
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3272700.780.160.8731264.17.65
Hex2071B04E1057138408
Octal4073301162012747010010
Binary100000111110110100111010000101011110011100010000001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20071B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,7,27); }

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

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

 a { background-color: rgb(32,7,27); }

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

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

 span { border-color: rgb(32,7,27); }

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