#100112

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

Shades of Blackcurrant #100112

Tints of Blackcurrant #100112

Color information

#100112 (or 0x100112) is unknown color: approx Blackcurrant. HEX triplet: 10, 01 and 12. RGB value is (16,1,18). Sum of RGB (Red+Green+Blue) = 16+1+18=35 (4% of max value = 765). Red value is 16 (6.64% from 255 or 45.71% from 35); Green value is 1 (0.78% from 255 or 2.86% from 35); Blue value is 18 (7.42% from 255 or 51.43% from 35); Max value from RGB is 18 - color contains mainly: blue. Hex color #100112 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100112 is #EFFEED. Grayscale: #070707. Windows color (decimal): -15728366 or 1179920. OLE color: 1179920.

HSL color Cylindrical-coordinate representation of color #100112: hue angle of 292.94º degrees, saturation: 0.89, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #100112 is Cyan = 0.11, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB16118-
CMYK0.110.9400.93
HSL292.94º89.47%3.73%-
HSV(B)292.94º94.44%7.06%-
XYZ0.330.180.59-
YUV7.42133.97134.12-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 45.71%
GREEN value IS 1 (0.78% from 255) = 2.86%
BLUE value IS 18 (7.42% from 255) = 51.43%
R=45.71%
G=2.86%
B=51.43%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal161180.110.9400.93292.9489.473.73
Hex10112B5E05D125594
Octal201221313601354451314
Binary1000011001010111011110010111011001001011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100112; }

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

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

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

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

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

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

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

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