#120516

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

Shades of Blackcurrant #120516

Tints of Blackcurrant #120516

Color information

#120516 (or 0x120516) is unknown color: approx Blackcurrant. HEX triplet: 12, 05 and 16. RGB value is (18,5,22). Sum of RGB (Red+Green+Blue) = 18+5+22=45 (5% of max value = 765). Red value is 18 (7.42% from 255 or 40% from 45); Green value is 5 (2.34% from 255 or 11.11% from 45); Blue value is 22 (8.98% from 255 or 48.89% from 45); Max value from RGB is 22 - color contains mainly: blue. Hex color #120516 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120516 is #EDFAE9. Grayscale: #0A0A0A. Windows color (decimal): -15596266 or 1443090. OLE color: 1443090.

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

Color convert

RGB18522-
CMYK0.180.7700.91
HSL285.88º62.96%5.29%-
HSV(B)285.88º77.27%8.63%-
XYZ0.450.30.79-
YUV10.82134.31133.12-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 40%
GREEN value IS 5 (2.34% from 255) = 11.11%
BLUE value IS 22 (8.98% from 255) = 48.89%
R=40%
G=11.11%
B=48.89%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal185220.180.7700.91285.8862.965.29
Hex12516124D05B11e3f5
Octal22526221150133436775
Binary100101011011010010100110101011011100011110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120516; }

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

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

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

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

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

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

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

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