#10020B

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

Shades of Melanzane #10020B

Tints of Melanzane #10020B

Color information

#10020B (or 0x10020B) is unknown color: approx Melanzane. HEX triplet: 10, 02 and 0B. RGB value is (16,2,11). Sum of RGB (Red+Green+Blue) = 16+2+11=29 (3% of max value = 765). Red value is 16 (6.64% from 255 or 55.17% from 29); Green value is 2 (1.17% from 255 or 6.90% from 29); Blue value is 11 (4.69% from 255 or 37.93% from 29); Max value from RGB is 16 - color contains mainly: red. Hex color #10020B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #10020B is #EFFDF4. Grayscale: #070707. Windows color (decimal): -15728117 or 721424. OLE color: 721424.

HSL color Cylindrical-coordinate representation of color #10020B: hue angle of 321.43º degrees, saturation: 0.78, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #10020B is Cyan = 0, Magento = 0.87, Yellow = 0.31 and Black (K on CMYK) = 0.94.

Color convert

RGB16211-
CMYK00.870.310.94
HSL321.43º77.78%3.53%-
HSV(B)321.43º87.5%6.27%-
XYZ0.30.180.34-
YUV7.21130.14134.27-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 55.17%
GREEN value IS 2 (1.17% from 255) = 6.90%
BLUE value IS 11 (4.69% from 255) = 37.93%
R=55.17%
G=6.90%
B=37.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.31
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal1621100.870.310.94321.4377.783.53
Hex102B0571F5E1414e4
Octal202130127371365011164
Binary10000101011010101111111110111101010000011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10020B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,2,11); }

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

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

 a { background-color: rgb(16,2,11); }

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

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

 span { border-color: rgb(16,2,11); }

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