#10000B

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

Shades of Melanzane #10000B

Tints of Melanzane #10000B

Color information

#10000B (or 0x10000B) is unknown color: approx Melanzane. HEX triplet: 10, 00 and 0B. RGB value is (16,0,11). Sum of RGB (Red+Green+Blue) = 16+0+11=27 (3% of max value = 765). Red value is 16 (6.64% from 255 or 59.26% from 27); Green value is 0 (0.39% from 255 or 0% from 27); Blue value is 11 (4.69% from 255 or 40.74% from 27); Max value from RGB is 16 - color contains mainly: red. Hex color #10000B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #10000B is #EFFFF4. Grayscale: #060606. Windows color (decimal): -15728629 or 720912. OLE color: 720912.

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

Color convert

RGB16011-
CMYK010.310.94
HSL318.75º100%3.14%-
HSV(B)318.75º100%6.27%-
XYZ0.270.130.33-
YUV6.04130.8135.11-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 59.26%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 11 (4.69% from 255) = 40.74%
R=59.26%
G=0%
B=40.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.31
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal16011010.310.94318.751003.14
Hex100B0641F5E13f643
Octal200130144371364771443
Binary100000101101100100111111011110100111111110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10000B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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