#100116

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

Shades of Blackcurrant #100116

Tints of Blackcurrant #100116

Color information

#100116 (or 0x100116) is unknown color: approx Blackcurrant. HEX triplet: 10, 01 and 16. RGB value is (16,1,22). Sum of RGB (Red+Green+Blue) = 16+1+22=39 (5% of max value = 765). Red value is 16 (6.64% from 255 or 41.03% from 39); Green value is 1 (0.78% from 255 or 2.56% from 39); Blue value is 22 (8.98% from 255 or 56.41% from 39); Max value from RGB is 22 - color contains mainly: blue. Hex color #100116 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100116 is #EFFEE9. Grayscale: #070707. Windows color (decimal): -15728362 or 1442064. OLE color: 1442064.

HSL color Cylindrical-coordinate representation of color #100116: hue angle of 282.86º degrees, saturation: 0.91, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #100116 is Cyan = 0.27, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB16122-
CMYK0.270.9500.91
HSL282.86º91.3%4.51%-
HSV(B)282.86º95.45%8.63%-
XYZ0.370.190.78-
YUV7.88135.97133.79-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 41.03%
GREEN value IS 1 (0.78% from 255) = 2.56%
BLUE value IS 22 (8.98% from 255) = 56.41%
R=41.03%
G=2.56%
B=56.41%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal161220.270.9500.91282.8691.34.51
Hex101161B5F05B11b5b5
Octal201263313701334331335
Binary10000110110110111011111010110111000110111011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100116; }

 p { color: rgb(16,1,22); }

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

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

 a { background-color: rgb(16,1,22); }

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

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

 span { border-color: rgb(16,1,22); }

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