#120116

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

Shades of Blackcurrant #120116

Tints of Blackcurrant #120116

Color information

#120116 (or 0x120116) is unknown color: approx Blackcurrant. HEX triplet: 12, 01 and 16. RGB value is (18,1,22). Sum of RGB (Red+Green+Blue) = 18+1+22=41 (5% of max value = 765). Red value is 18 (7.42% from 255 or 43.90% from 41); Green value is 1 (0.78% from 255 or 2.44% from 41); Blue value is 22 (8.98% from 255 or 53.66% from 41); Max value from RGB is 22 - color contains mainly: blue. Hex color #120116 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120116 is #EDFEE9. Grayscale: #080808. Windows color (decimal): -15597290 or 1442066. OLE color: 1442066.

HSL color Cylindrical-coordinate representation of color #120116: hue angle of 288.57º 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 #120116 is Cyan = 0.18, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB18122-
CMYK0.180.9500.91
HSL288.57º91.3%4.51%-
HSV(B)288.57º95.45%8.63%-
XYZ0.410.210.78-
YUV8.48135.63134.79-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 43.90%
GREEN value IS 1 (0.78% from 255) = 2.44%
BLUE value IS 22 (8.98% from 255) = 53.66%
R=43.90%
G=2.44%
B=53.66%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal181220.180.9500.91288.5791.34.51
Hex12116125F05B1215b5
Octal221262213701334411335
Binary10010110110100101011111010110111001000011011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120116; }

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

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

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

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

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

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

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

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