#100117

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

Shades of Blackcurrant #100117

Tints of Blackcurrant #100117

Color information

#100117 (or 0x100117) is unknown color: approx Blackcurrant. HEX triplet: 10, 01 and 17. RGB value is (16,1,23). Sum of RGB (Red+Green+Blue) = 16+1+23=40 (5% of max value = 765). Red value is 16 (6.64% from 255 or 40% from 40); Green value is 1 (0.78% from 255 or 2.5% from 40); Blue value is 23 (9.38% from 255 or 57.5% from 40); Max value from RGB is 23 - color contains mainly: blue. Hex color #100117 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100117 is #EFFEE8. Grayscale: #070707. Windows color (decimal): -15728361 or 1507600. OLE color: 1507600.

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

Color convert

RGB16123-
CMYK0.300.9600.91
HSL280.91º91.67%4.71%-
HSV(B)280.91º95.65%9.02%-
XYZ0.380.190.83-
YUV7.99136.47133.71-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 40%
GREEN value IS 1 (0.78% from 255) = 2.5%
BLUE value IS 23 (9.38% from 255) = 57.5%
R=40%
G=2.5%
B=57.5%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal161230.300.9600.91280.9191.674.71
Hex101171E6005B1195c5
Octal201273614001334311345
Binary10000110111111101100000010110111000110011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100117

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100117; }

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

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

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

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

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

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

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

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