#120616

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

Shades of Blackcurrant #120616

Tints of Blackcurrant #120616

Color information

#120616 (or 0x120616) is unknown color: approx Blackcurrant. HEX triplet: 12, 06 and 16. RGB value is (18,6,22). Sum of RGB (Red+Green+Blue) = 18+6+22=46 (6% of max value = 765). Red value is 18 (7.42% from 255 or 39.13% from 46); Green value is 6 (2.73% from 255 or 13.04% from 46); Blue value is 22 (8.98% from 255 or 47.83% from 46); Max value from RGB is 22 - color contains mainly: blue. Hex color #120616 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120616 is #EDF9E9. Grayscale: #0B0B0B. Windows color (decimal): -15596010 or 1443346. OLE color: 1443346.

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

Color convert

RGB18622-
CMYK0.180.7300.91
HSL285º57.14%5.49%-
HSV(B)285º72.73%8.63%-
XYZ0.460.320.8-
YUV11.41133.98132.7-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 39.13%
GREEN value IS 6 (2.73% from 255) = 13.04%
BLUE value IS 22 (8.98% from 255) = 47.83%
R=39.13%
G=13.04%
B=47.83%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal186220.180.7300.9128557.145.49
Hex12616124905B11d395
Octal22626221110133435715
Binary100101101011010010100100101011011100011101111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120616; }

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

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

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

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

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

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

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

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