#100E11

Color #100E11 Blackcurrant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackcurrant #100E11

Tints of Blackcurrant #100E11

Color information

#100E11 (or 0x100E11) is unknown color: approx Blackcurrant. HEX triplet: 10, 0E and 11. RGB value is (16,14,17). Sum of RGB (Red+Green+Blue) = 16+14+17=47 (6% of max value = 765). Red value is 16 (6.64% from 255 or 34.04% from 47); Green value is 14 (5.86% from 255 or 29.79% from 47); Blue value is 17 (7.03% from 255 or 36.17% from 47); Max value from RGB is 17 - color contains mainly: blue. Hex color #100E11 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100E11 is #EFF1EE. Grayscale: #0E0E0E. Windows color (decimal): -15725039 or 1117712. OLE color: 1117712.

HSL color Cylindrical-coordinate representation of color #100E11: hue angle of 280º degrees, saturation: 0.1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #100E11 is Cyan = 0.06, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB161417-
CMYK0.060.1800.93
HSL280º9.68%6.08%-
HSV(B)280º17.65%6.67%-
XYZ0.470.460.6-
YUV14.94129.16128.76-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 34.04%
GREEN value IS 14 (5.86% from 255) = 29.79%
BLUE value IS 17 (7.03% from 255) = 36.17%
R=34.04%
G=29.79%
B=36.17%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1614170.060.1800.932809.686.08
Hex10E1161205D118a6
Octal2016216220135430126
Binary1000011101000111010010010111011000110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100E11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100E11; }

 p { color: rgb(16,14,17); }

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

<style>
 a { background-color: #100E11; }

 a { background-color: rgb(16,14,17); }

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

<style>
 span { border-color: #100E11; }

 span { border-color: rgb(16,14,17); }

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